From 3587595ca27b321728218d9c7661b1bb1b9d3aac Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 22 Jun 2022 13:07:30 +0200 Subject: [PATCH] CI gating: Enable osci.brew-build.rebuild.validation Enable osci.brew-build.rebuild.validation. This test runs a side-tag rebuild of various components such as the kernel and possibly others in order to check the sanity of redhat-rpm-config. Related: #2008544 --- gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gating.yaml b/gating.yaml index 61fe1bd..59e311a 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,5 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}