Update gating requirements

- Drop tier 0, now it happens in the GitLab pipelines already
- Replace the old style tier 1 with a newer and better alternative

This should align RHEL 8 with 9 and 10.
This commit is contained in:
Václav Kadlčík 2025-11-20 14:22:59 +01:00
parent 038b864880
commit 917241af34

View File

@ -3,5 +3,5 @@ product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}