Project

General

Profile

action #126950

Updated by livdywan about 1 year ago

## Motivation 
 As http://open.qa/docs/#_running_openqa_jobs_as_ci_checks now explains how openQA jobs can be used as part of CI workflows we should use that within github.com/os-autoinst/os-autoinst-distri-openQA/ so that whenever we create changes to the distribution we benefit and also consume our own dogfood. 

 ## Acceptance criteria 
 * **AC1:** New pull requests in github.com/os-autoinst/os-autoinst-distri-openQA/ provide feedback to the pull request creator and reviewers from all openQA-in-openQA tests executed for the pull request before merge 

 ## Suggestions 
 - This will most likely not work in forks since GitHub doesn't allow secrets to be accessible to forks by design 
 - Follow the documentation and consider the existing use case in https://github.com/os-autoinst/os-autoinst-distri-example/blob/main/.github/workflows/openqa.yml 
   - Maybe it would be good for somebody with no prior experience with the triggering of openqa tests from GitHub to take this as a learning experience

Back