diff --git a/run_all.sh b/run_all.sh index dba438a5ce..a155d44aaf 100755 --- a/run_all.sh +++ b/run_all.sh @@ -82,12 +82,17 @@ start_timer timeout -k 2m 10m ansible-playbook ${ANSIBLE_PLAYBOOKS}/bridge.yaml send_timer bridge + # Run the base playbook everywhere start_timer timeout -k 2m 120m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/base.yaml send_timer base # Service playbooks +start_timer +timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-bridge.yaml +send_timer service-bridge + start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-gitea-lb.yaml send_timer gitea-lb