From ebf96c4e2b2efeb32b02f34dc5e235ba7147d948 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Tue, 2 Feb 2021 12:21:12 +0100 Subject: [PATCH] Introduce kernel rebuild CI test Introduce baseos-qe.koji-build.scratch-build.validation as a new gating test for annobin. The test makes sure that the annobin update under test doesn't break the kernel build process. The testing kernel build happens in koji in a side-tag buildroot containing the annobin build under test. The source code of this new testcase lives here: https://github.com/fedora-ci/scratch-build-test In case of a failure that is considered a false positive, the test result can be waived using Bodhi this way: https://docs.fedoraproject.org/en-US/ci/gating/#_waive --- gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gating.yaml b/gating.yaml index ce3cdc1..84b7773 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-8