From 896564c6a14ff45f56f8445e99ce3637d56e0a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Fri, 7 Aug 2026 10:53:16 +0200 Subject: [PATCH] Fix product version in gating.yaml --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index c394f22..802e5f3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,7 +7,7 @@ rules: - !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation} --- !Policy product_versions: - - rhel-10 + - rhel-8 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}