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 <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-02-26 16:37:18 +00:00
parent e415a7b50e
commit e103a3cc96

View file

@ -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.