From 2dd2e34c186ba629fd5b17b2688f6c2e4346156a Mon Sep 17 00:00:00 2001 From: Andrea Claudi Date: Mon, 31 Mar 2025 23:51:46 +0200 Subject: [PATCH] Fix gating yaml Use the same gating.yaml of c10s, or: - use rhel-* product_version as a catchall for any RHEL version; - use tier0 tests Signed-off-by: Andrea Claudi --- gating.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index 9acdc5e..2c7ed80 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,6 @@ --- !Policy product_versions: - - rhel-9 + - rhel-* 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.tier2-gating.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}