From b94b1e25078d52ca9235bd4f627d22b151875726 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2020 12:05:05 -0400 Subject: [PATCH] Gate on rpminspect dist.abicheck was retired Signed-off-by: Stephen Gallagher --- gating.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index 5412e93..66d9028 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,17 +1,15 @@ --- !Policy product_versions: - fedora-* - - epel-* decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: dist.abicheck} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} --- !Policy product_versions: - fedora-* - - epel-* decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: dist.abicheck} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}