From 44274b91ea31c387a4ff1eb94e6b10ea02faf3f4 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 14 May 2019 18:12:51 +0200 Subject: [PATCH] Fix gating.yaml Signed-off-by: Adrian Reber --- gating.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index dab9f05..4b4c460 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,8 +1,12 @@ --- !Policy product_versions: - fedora-* -decision_context: - - bodhi_update_push_testing - - bodhi_update_push_stable +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete } +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete }