Skip to content

Commit 038ddf7

Browse files
committed
add delay for ansible-init to finish
1 parent def6bc3 commit 038ddf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
. venv/bin/activate
184184
. environments/.stackhpc/activate
185185
ansible-playbook -v --limit compute ansible/adhoc/rebuild.yml
186+
ansible all -m wait_for_connection -a 'delay=60 timeout=600'
186187
ansible-playbook -v ansible/ci/check_slurm.yml
187188
188189
- name: Check sacct state survived reimage

0 commit comments

Comments
 (0)