From 2c11912983ce21659a4715b38df3dc156750ed62 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Dec 01 2021 11:23:11 +0000 Subject: 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. --- diff --git a/gating.yaml b/gating.yaml index ce3cdc1..ff1fcc6 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,15 +5,18 @@ decision_context: bodhi_update_push_stable subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation} --- !Policy product_versions: - rhel-8 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation} --- !Policy product_versions: - rhel-9 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}