Upgrade Bodhi staging to 3.11 beta and use Python 3.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
995dc8e1ef
commit
a19aaaed9e
5 changed files with 112 additions and 2 deletions
|
@ -24,6 +24,13 @@
|
|||
# stuff happens and we # don't want to interrupt that.
|
||||
when: inventory_hostname not in ['bodhi-backend01.phx2.fedoraproject.org', 'bodhi-backend03.phx2.fedoraproject.org']
|
||||
|
||||
- name: restart fedmsg-hub-3
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-hub-3
|
||||
# Note that, we're cool with arbitrary restarts on bodhi-backend02, just
|
||||
# not bodhi-backend01 or bodhi-backend03. 01 and 03 is where the releng/mash
|
||||
# stuff happens and we # don't want to interrupt that.
|
||||
when: inventory_hostname not in ['bodhi-backend01.phx2.fedoraproject.org', 'bodhi-backend03.phx2.fedoraproject.org']
|
||||
|
||||
- name: restart fedmsg-irc
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-irc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue