This uses the CentOS Stream tmt test repo. Adding so we can properly test changes directly in Fedora.
27 lines
758 B
YAML
27 lines
758 B
YAML
# gating branched Fedora
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_testing
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating-centos.functional}
|
|
|
|
# gating Fedora Rawhide
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_stable
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating-centos.functional}
|
|
|
|
# gating rhel
|
|
--- !Policy
|
|
product_versions:
|
|
- rhel-*
|
|
decision_context: osci_compose_gate
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional}
|
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-centos.functional}
|