From a3a530bfbf125d17eebf44fdc566548f86934bb7 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Jun 15 2020 20:39:25 +0000 Subject: ci: gate also on rawhide Also, drop the `dist.depcheck`, which is not available anymore. --- diff --git a/gating.yaml b/gating.yaml index 9d020b6..f2c6454 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,10 @@ product_versions: - fedora-* decision_context: bodhi_update_push_testing rules: - - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !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: fedora-ci.koji-build.tier0.functional}