#4 Introduce kernel rebuild CI test
Merged 3 years ago by nickc. Opened 3 years ago by mcermak.
Unknown source master  into  master

file modified
+1
@@ -5,6 +5,7 @@

  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

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

Pull-Request has been merged by nickc

3 years ago