From 15e5c9a3deeb26e1bfc8ff498ffed8b0315e13b5 Mon Sep 17 00:00:00 2001 From: Lukas Czerner Date: Wed, 13 Mar 2019 10:43:43 +0100 Subject: [PATCH] Add gating.yaml Include dist.depcheck and dist.abicheck tests Signed-off-by: Lukas Czerner --- 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..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}