From 68f8c53214d5c07128e46770277ea7f67add45e8 Mon Sep 17 00:00:00 2001 From: Anubhav Shelat Date: Mon, 17 Jun 2024 15:21:07 -0400 Subject: [PATCH] Ensure gating is ready for RHEL-10 Switched product_versions from rhel-9 to rhel-10 Signed-off-by: Anubhav Shelat --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 648918d..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}