From e103a3cc968a473f558468b560d3ec311b0d2ea7 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Tue, 26 Feb 2019 16:37:18 +0000 Subject: [PATCH] bodhi: Disable gating. Greenwave is returning HTTP 500 codes, and Bodhi currently decides not to push updates when Greenwave returns a 500 code. I plan to adjust Bodhi's logic such that it requires a 200 NOGO from Greenwave to block an update, so that 500's allow the update to proceed. However, that will take time and we have updates that are getting blocked right now so this is a quick fix to unblock packagers. 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 ab457b22a9..bf4f733324 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -110,7 +110,7 @@ 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 -test_gating.required = True +test_gating.required = False # 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.