From 0177c06558eac9e9565588f7ac6c63163f81580b Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 28 Apr 2021 14:26:47 +0200 Subject: [PATCH] Make kernel rebuild CI gating test mandatory. This makes baseos-qe.koji-build.scratch-build.validation a mandatory CI gating test. This test was requested by kernel folks and is now in place for binutils, glibc and annobin too. --- gating.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gating.yaml b/gating.yaml index c6030c9..cb47dc6 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,6 +5,7 @@ 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-9 @@ -12,3 +13,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.koji-build.scratch-build.validation}