Gate on openQA update test results
This adds a policy to gate podman updates for stable releases on the openQA podman and podman_client tests, which will be run on podman updates as of today. Unfortunately there is no way to express "all versions except Rawhide" so we have to just list the versions explicitly; this will need to be updated when releases branch and go EOL. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4f7c2afb8f
commit
b1bac7cc10
16
gating.yaml
16
gating.yaml
@ -1,14 +1,20 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-*
|
- fedora-*
|
||||||
decision_context: bodhi_update_push_stable
|
decision_contexts:
|
||||||
|
- bodhi_update_push_stable
|
||||||
|
- bodhi_update_push_testing
|
||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-*
|
- fedora-33
|
||||||
decision_context: bodhi_update_push_testing
|
- fedora-34
|
||||||
subject_type: koji_build
|
decision_contexts:
|
||||||
|
- bodhi_update_push_stable
|
||||||
|
- bodhi_update_push_testing
|
||||||
|
subject_type: bodhi_update
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: update.podman}
|
||||||
|
- !PassingTestCaseRule {test_case_name: update.podman_client}
|
||||||
|
Loading…
Reference in New Issue
Block a user