18 lines
374 B
YAML
18 lines
374 B
YAML
|
--- !Policy
|
||
|
product_versions:
|
||
|
- fedora-*
|
||
|
- epel-*
|
||
|
decision_context: bodhi_update_push_testing
|
||
|
subject_type: koji_build
|
||
|
rules:
|
||
|
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
||
|
|
||
|
--- !Policy
|
||
|
product_versions:
|
||
|
- fedora-*
|
||
|
- epel-*
|
||
|
decision_context: bodhi_update_push_stable
|
||
|
subject_type: koji_build
|
||
|
rules:
|
||
|
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|