From c75e8777c5d7deba78f1169c7d3a138143bc0e58 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 9 May 2018 21:07:33 +0000 Subject: [PATCH] Disable test gating in production. FESCo voted today to disable test gating, at least until our Friday meeting where we will discuss it further. [0] https://pagure.io/fesco/issue/1872 Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 28eb1b39d3..9abf66424b 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -110,7 +110,12 @@ resultsdb_url = https://taskotron{{env_suffix}}.fedoraproject.org/resultsdb/ # Set this to True to enable gating based on policies enforced by Greenwave. If you set this to # True, be sure to add a cron job to run the bodhi-check-policies CLI periodically. # test_gating.required = False +{% if env == "staging" %} test_gating.required = True +{% else %} +# https://pagure.io/fesco/issue/1872#comment-511327 +test_gating.required = False +{% endif %} # If this is set to a URL, a "More information about test gating" link will appear on update pages for users # to click and learn more.