From 4e0d39725cf1caaf6edbd941842cadf83a9dc459 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Feb 28 2019 11:16:54 +0000 Subject: Add gating on tests --- diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4a1c38a --- /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: dist.abicheck}