add gating.yaml

so the package will be gated on the tests before transferring to testing,
respectively stable state.
This commit is contained in:
Zuzana Miklankova 2023-06-23 12:34:18 +02:00
parent 35f4dd2d03
commit 8331b8efec
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0

17
gating.yaml Normal file
View 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}