From 5cb6ba877fdcbca11fe699178312eca2dbc2db93 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Tue, 5 Oct 2021 08:50:30 +0000 Subject: [PATCH] CI gating: Rename the side-tag rebuild test Rename baseos-qe.brew-build.scratch-build.validation to osci.brew-build.rebuild.validation because of https://issues.redhat.com/browse/FACTORY-4119 . The change is documented here: https://wiki.test.redhat.com/BaseOs/Tools/RHELKernelRebuildsInSideTag?action=diff&rev2=10&rev1=9 --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 31fcf80..eb21986 100644 --- a/gating.yaml +++ b/gating.yaml @@ -12,4 +12,4 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-qe.brew-build.scratch-build.validation} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}