From b420fbd9470da91523d58a9fea47a113a8226cde Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Feb 25 2022 08:36:05 +0000 Subject: gating.yaml: Fix the required test name --- 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