From ffbd0b8503630d1d1039969de5362539a3f3e0ed Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 23 Mar 2020 10:14:23 +0100 Subject: [PATCH] Enable gating tests Add a gating.yaml to make sure that newer Cockpit versions don't enter stable when they cause regressions in various static RPM checks or our CI tests. See https://docs.pagure.org/greenwave/policies.html --- gating.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..f6a995d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,11 @@ +--- !Policy +product_versions: + - fedora-33 + - fedora-rawhide +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: dist.rpmgrill.security-policy} + - !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity} + - !PassingTestCaseRule {test_case_name: dist.python-versions} + - !PassingTestCaseRule {test_case_name: dist.abicheck} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}