Update gating requirements

- Replace tier 1 with a newer variant
- Require image mode testing

This should align RHEL 9 with 10.
This commit is contained in:
Václav Kadlčík 2025-11-20 14:59:39 +01:00
parent 30e85bcd97
commit 524ff7486f

View File

@ -3,4 +3,6 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !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}