8331b8efec
so the package will be gated on the tests before transferring to testing, respectively stable state.
18 lines
445 B
YAML
18 lines
445 B
YAML
# 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}
|