From 3a78f3deeb9715cf4d266158ee182c57d207b4b1 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 18 Jan 2018 16:09:34 +0000 Subject: [PATCH] Enable Bodhi's test gating based on Greenwave decisions. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index dd70eed050..bf067f1279 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -298,7 +298,7 @@ krb_keytab = /etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab # 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 +test_gating.required = True # 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.