From b36382d96a87549d3880f7b60edd4a707417884c Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Fri, 30 Jul 2021 16:33:24 +0000 Subject: [PATCH] Fixed gating.yaml configuration Since this file was copied from the RHEL8 dist-git the configuration was incorrectly referring to rhel-8 for the product_version. --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 6985029..648918d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-8 + - rhel-9 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}