From f858ef8e9967c18b9d671b506f6071ce0cffd76f Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Wed, 29 Jul 2020 10:27:10 +0200 Subject: [PATCH] enable gating --- gating.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gating.yml diff --git a/gating.yml b/gating.yml new file mode 100644 index 0000000..dfb0041 --- /dev/null +++ b/gating.yml @@ -0,0 +1,9 @@ +--- !Policy +product_versions: + - fedora-* + decision_context: + - bodhi_update_push_testing + - bodhi_update_push_stable + subject_type: koji_build + rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}