diff --git a/run_all.sh b/run_all.sh index e8758aed52..8cbe832254 100755 --- a/run_all.sh +++ b/run_all.sh @@ -117,6 +117,10 @@ start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml send_timer mirror +start_timer +timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-static.yaml +send_timer static + start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml send_timer backup