From 66b7533376f078e860fb932fe87cb6351ba9000a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 25 Jul 2019 18:37:18 +0200 Subject: [PATCH] Enable package gating Example taken from https://docs.fedoraproject.org/en-US/ci/gating/#_enable + comments in https://src.fedoraproject.org/rpms/python-virtualenv/pull-request/10 --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..d317a24 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete}