From 1141b22b95a48448c1cb0bd155d306163a0857b5 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: May 28 2019 15:53:51 +0000 Subject: ci: enable gating Now that we have some basic tests, let's gate on them. --- diff --git a/gating.yml b/gating.yml new file mode 100644 index 0000000..d71584a --- /dev/null +++ b/gating.yml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck}