From cf1071a7f9a5454ebf5284e722c356a8845d1eae Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 28 Feb 2019 20:03:25 +0000 Subject: [PATCH] bodhi: [staging] Upgrade to 3.13.3-1.fc29.infra. Also re-enable test gating, which this release fixes. Signed-off-by: Randy Barlow --- playbooks/openshift-apps/bodhi.yml | 2 +- roles/bodhi2/base/templates/production.ini.j2 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index df886e4a90..0a501ae3f9 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -54,7 +54,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/object app: bodhi diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index bf4f733324..908dd2ce96 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -110,7 +110,11 @@ 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.