From c37bc659facb9c7e64420366d5e0015321f2edad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 25 Jan 2021 22:43:45 +0100 Subject: [PATCH] Check freeipa test results on each update Require explicit waiving update, if the test fails. Last update did not go well without this. --- 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..cc8a043 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: update.server_freeipa_replication_master} +# fedora-ci.koji-build.tier0.functional is not yet stable, cannot enable it