- Add tier1 plan - Add tier2 plan - Update gating.yaml - Add README.md - Implement tier filter - Create separate tests for centos and rhel - Fix linting errors in plans/tier1.fmf and plans/tier2.fmf - Update test case names for Fedora and RHEL
28 lines
819 B
YAML
28 lines
819 B
YAML
# gating 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/tier1.functional}
|
|
|
|
# gating 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/tier1.functional}
|
|
|
|
# gating rhel
|
|
--- !Policy
|
|
product_versions:
|
|
- rhel-*
|
|
decision_context: osci_compose_gate
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1/centos.functional}
|
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier2/centos.functional}
|
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build./plans/tier1/rhel.functional}
|