bodhi: Upgrade production to 3.13.3-1.fc29.infra.

This allows us to re-enable test gating in production as well.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-03-04 17:57:08 +00:00
parent d53034cd4b
commit d91c16ab5c
2 changed files with 1 additions and 5 deletions

View file

@ -60,7 +60,7 @@
app: bodhi
template: buildconfig.yml
objectname: buildconfig.yml
bodhi_version: 3.13.2-1.fc29.infra
bodhi_version: 3.13.3-1.fc29.infra
when: env != "staging"
- role: openshift/start-build
app: bodhi

View file

@ -110,11 +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
{% if env == "staging" %}
test_gating.required = True
{% else %}
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.