From 37a47874b9dc162a7d10c9a9a89490dba3d57245 Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Dec 19 2021 21:06:26 +0000 Subject: Update gating test name Messaging scheme has changed and old centos-related test names are now deprecated. See https://pagure.io/fedora-ci/general/issue/110 --- diff --git a/gating.yaml b/gating.yaml index 99d2eff..a8649cb 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,7 +3,7 @@ product_versions: - fedora-* decision_context: bodhi_update_push_testing rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} --- !Policy product_versions: - fedora-* @@ -11,4 +11,4 @@ decision_context: bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: dist.depcheck} - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}