greenwave: specify exact versions for openQA gating policy
I was assuming Bodhi queried on "fedora-rawhide" for Rawhide updates, but it seems it does not, it queries on "fedora-35" (or whatever the release number is). We do not want to apply the gating to Rawhide updates ATM, as openQA does not test them. So unfortunately we'll need to hand-tend this list unless I can think of a better approach. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
535041fcdd
commit
c9ee450c6a
1 changed files with 9 additions and 9 deletions
|
@ -79,18 +79,18 @@ subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !RemoteRule {}
|
- !RemoteRule {}
|
||||||
|
|
||||||
# For critical path updates, we require passes for all openQA update tests
|
# For critical path updates in stable and Branched, we require passes
|
||||||
|
# for all openQA update tests
|
||||||
--- !Policy
|
--- !Policy
|
||||||
id: "bodhiupdate_bodhipush_openqa"
|
id: "bodhiupdate_bodhipush_openqa"
|
||||||
product_versions:
|
product_versions:
|
||||||
# this should cover us for a while...
|
# FIXME: we would use some kind of matching here, but we don't want
|
||||||
- fedora-3*
|
# to include whatever version Rawhide is, as openQA tests don't run
|
||||||
- fedora-4*
|
# on Rawhide. So for now this list needs to be updated each time a
|
||||||
- fedora-5*
|
# release is branched (or goes EOL).
|
||||||
- fedora-6*
|
- fedora-32
|
||||||
- fedora-7*
|
- fedora-33
|
||||||
- fedora-8*
|
- fedora-34
|
||||||
- fedora-9*
|
|
||||||
decision_contexts:
|
decision_contexts:
|
||||||
- bodhi_update_push_testing_critpath
|
- bodhi_update_push_testing_critpath
|
||||||
- bodhi_update_push_stable_critpath
|
- bodhi_update_push_stable_critpath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue