To speed up CI execution, /plans/ci plans were split into smaller chunks and we import them all by matching /plans/ci prefix. This should speed up plans runtime. Since RHEL on Gitlab does not support osci.tier0 plan separation we can drop ci.fmf and update gating rules accordingly. Signed-off-by: Ondrej Moris <omoris@redhat.com>
21 lines
538 B
YAML
21 lines
538 B
YAML
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_testing
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_stable
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
--- !Policy
|
|
product_versions:
|
|
- rhel-10
|
|
decision_context: osci_compose_gate
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: osci.tier0}
|