From dcaecc106d4b11cc25deffceac02b2b736f42cd1 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Tue, 28 May 2019 16:40:37 +0000 Subject: [PATCH] bodhi: Temporarily remove compose check from upgrade script. Rigth now the pods aren't serving because we need to build new containers, so the compose check is failing. I know there isn't a compose, so remove that check for now. Signed-off-by: Randy Barlow --- playbooks/manual/upgrade/bodhi.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index 1701646863..aef2df17e6 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -12,12 +12,6 @@ shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/" register: composes - - name: Fail if we found that a mash was in progress - fail: - msg: "There are composes in progress." - any_errors_fatal: true - when: "composes.stdout != '{\"composes\": []}' and env != 'staging'" - - name: push packages out hosts: bodhi_backend:bodhi_backend_stg user: root