Enable gating on tests for Rawhide and testing

https://docs.fedoraproject.org/en-US/ci/gating/
This commit is contained in:
Petr Lautrbach 2020-01-21 09:44:47 +01:00
parent 19fe3ff9cb
commit 508b8e3f0e

16
gating.yaml Normal file
View File

@ -0,0 +1,16 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}