add gating.yaml
so the package will be gated on the tests before transferring to testing, respectively stable state.
This commit is contained in:
parent
35f4dd2d03
commit
8331b8efec
17
gating.yaml
Normal file
17
gating.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Branched Fedora (non-Rawhide)
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./ci.functional}
|
||||||
|
|
||||||
|
# Rawhide Fedora
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./ci.functional}
|
Loading…
Reference in New Issue
Block a user