Update gating requirements

- 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:30:29 +01:00
parent 017c96f4b5
commit f730bc4e5f

View File

@ -3,4 +3,6 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.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}