From 294e2ca11c095712c0b4a5ecfd529f764fbd6c9f Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 1 Dec 2021 12:40:14 +0100 Subject: [PATCH] CI Gating: Set up mandatory rebuild tests Make sure components consuming systemtap-devel continue building after a systemtap update. Currently glibc and qemu rebuilds are attempted. --- gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gating.yaml b/gating.yaml index 648918d..0708175 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,3 +4,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}