From b420fbd9470da91523d58a9fea47a113a8226cde Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 25 Feb 2022 09:36:05 +0100 Subject: [PATCH] gating.yaml: Fix the required test name --- gating.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 57f5379..305102e 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,7 +4,7 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/all.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} #Rawhide --- !Policy @@ -13,7 +13,7 @@ product_versions: decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/all.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} #gating rhel --- !Policy