CI Gating: Stop take into account legacy test results, use modern ones instead

This commit is contained in:
Martin Cermak 2024-11-08 14:26:56 +01:00
parent c06d0b7bcf
commit f26352aad1

View File

@ -3,4 +3,7 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier0-tmt-01-pub-x86_64-aarch64.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier0-tmt-02-pub-s390x-ppc64le.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier0-tmt-03-priv-x86_64-aarch64.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier0-tmt-04-priv-s390x-ppc64le.functional}