From 54f4670b98b5e479509e648e5732c40068556be9 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 21 May 2020 10:41:59 +0200 Subject: [PATCH] gating: don't gate on dist.* Taskotron is End-of-Life since 2020-04-30 and thus we don't have any dist.* checks; at least for now. Remove it. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/TRQZCXI5IZH3GLJTCO56SMBX5UY6J6LL/ --- gating.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index 77f3d4c..f2c6454 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,14 +3,10 @@ product_versions: - fedora-* decision_context: bodhi_update_push_testing rules: - - !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity} - - !PassingTestCaseRule {test_case_name: dist.python-versions} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} --- !Policy product_versions: - fedora-* decision_context: bodhi_update_push_stable rules: - - !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity} - - !PassingTestCaseRule {test_case_name: dist.python-versions} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}