From 8fb4d38c9863b79d820c2a3f33dcedee6977a7e4 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Tue, 21 May 2019 13:25:50 -0500 Subject: [PATCH] Add gating This won't do anything in rawhide, but once it is moved to release branches, it will catch really broken builds. --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..5c0a5c3 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: working}