From 28a23fc3ad18aa307131c578ef23550f3e835e45 Mon Sep 17 00:00:00 2001 From: Matěj Grabovský Date: Feb 11 2021 11:47:07 +0000 Subject: Enable gating for Rawhide --- diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..f5ab50b --- /dev/null +++ b/gating.yaml @@ -0,0 +1,9 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}