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
- Require image mode testing

This should align our RHEL 10 and 9 configurations.
This commit is contained in:
Václav Kadlčík 2025-11-20 14:17:33 +01:00
parent a008a318ad
commit 9b7c677f4f

View File

@ -3,5 +3,6 @@ product_versions:
- rhel-9
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}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.imagemode-tmt-x86_64-aarch64.functional}