From f12836839324929236529439f86a5b33214c83e6 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Feb 18 2021 13:34:18 +0000 Subject: Enable CI gating Set up CI gating for Fedora Rawhide, and RHEL-9. --- diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ac6d3d8 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,13 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation} +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}