From 14f7fedba8144aa465959fce343b0a80666227b2 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Tue, 5 Oct 2021 09:35:55 +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 e221767..19f5a2b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -12,4 +12,4 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating-p9.functional} - - !PassingTestCaseRule {test_case_name: baseos-qe.brew-build.scratch-build.validation} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}