From 519ea39c32c125e82cc561ce87cec8aaf7d56513 Mon Sep 17 00:00:00 2001 From: Klaus Wenninger Date: Fri, 6 Mar 2020 23:09:22 +0100 Subject: [PATCH] gating just at push to test --- gating.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gating.yaml b/gating.yaml index 9e15ced..1af3453 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,12 +4,6 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}