Skip to content

Commit 11d6840

Browse files
committed
fix CI rebuild of compute nodes
1 parent 90212c5 commit 11d6840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/ci/test_reimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
gather_facts: no
4646
tags: reimage_compute
4747
tasks:
48-
# TODO: This is specific to smslabs/arcus environment config - could generalise to all compute nodes
48+
# TODO: This is specific to arcus environment config - could generalise to all compute nodes
4949
- name: Request compute node rebuild via Slurm
5050
shell:
51-
cmd: scontrol reboot ASAP nextstate=RESUME reason='rebuild image:{{ compute_build.artifact_id }}' {{ openhpc_cluster_name }}-compute-[0-1]
51+
cmd: scontrol reboot ASAP nextstate=RESUME reason='rebuild image:{{ compute_build.artifact_id }}' {{ openhpc_cluster_name }}-compute-[0-3]
5252
become: yes
5353

5454
- name: Check compute node rebuild completed

0 commit comments

Comments
 (0)