From b0aef3c38e364ee6cecce7032e16d5d0b3fea288 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 12 Apr 2024 11:27:10 +0100 Subject: [PATCH] gating: Match any version of RHEL Resolves: RHEL-32196 (cherry picked from commit 61064b8fd1d8f3f4619188deaec01e6daafbd9cc) --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 648918d..2c7ed80 100755 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-9 + - rhel-* decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}