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}
|