gating.yaml: Add gating config for rhel-10

Related: RHEL-29526
This commit is contained in:
Edjunior Machado 2024-05-03 16:49:48 +02:00 committed by Álex Sáez
parent 4c5ee73cdc
commit 6cd70a81da

View File

@ -17,3 +17,11 @@ product_versions:
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-aarch64.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-ppc64le.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64.functional}