We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90212c5 commit 11d6840Copy full SHA for 11d6840
ansible/ci/test_reimage.yml
@@ -45,10 +45,10 @@
45
gather_facts: no
46
tags: reimage_compute
47
tasks:
48
- # TODO: This is specific to smslabs/arcus environment config - could generalise to all compute nodes
+ # TODO: This is specific to arcus environment config - could generalise to all compute nodes
49
- name: Request compute node rebuild via Slurm
50
shell:
51
- cmd: scontrol reboot ASAP nextstate=RESUME reason='rebuild image:{{ compute_build.artifact_id }}' {{ openhpc_cluster_name }}-compute-[0-1]
+ cmd: scontrol reboot ASAP nextstate=RESUME reason='rebuild image:{{ compute_build.artifact_id }}' {{ openhpc_cluster_name }}-compute-[0-3]
52
become: yes
53
54
- name: Check compute node rebuild completed
0 commit comments