Project

General

Profile

action #128360

Updated by mkittler 12 months ago

## Motivation 
 We found a nice way to trigger openQA tests within GitHub workflows but that needs openQA credentials which are for example for os-autoinst-distri-openQA only provided in the base repository but not available to forks. We must find a way to support the fork based development model, what people usually do in GitHub. 

 ## Acceptance criteria 
 * **AC1:** PRs like https://github.com/os-autoinst/os-autoinst-distri-example/pull/19 can successfully execute openQA based CI checks. 
 * **AC2:** The improved CI integration has proper cleanup (once the PR has been updated/closed). checks 

 ## Suggestions 
 * Maybe #127949 helps already, maybe we just need to trigger on pull request, not push? 

Back