From 9baa4c09ccc364fe9789f9a0532ee929901d6eba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 13 Jul 2021 11:17:25 -0700 Subject: [PATCH] Drop openQA gating policy on main branch The gating policy is actually per-branch, so it doesn't make any sense to have this part on the main/rawhide branch, it should go in f33/f34 branches. Signed-off-by: Adam Williamson --- gating.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gating.yaml b/gating.yaml index 09431da..5ab3627 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,14 +7,3 @@ decision_contexts: subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-33 - - fedora-34 -decision_contexts: - - bodhi_update_push_stable - - bodhi_update_push_testing -subject_type: bodhi_update -rules: - - !PassingTestCaseRule {test_case_name: update.podman} - - !PassingTestCaseRule {test_case_name: update.podman_client}