Skip to content

Commit e0909ab

Browse files
committed
use new rebuild adhoc for CI
1 parent 7b190ba commit e0909ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ jobs:
173173
ansible-playbook -v ansible/site.yml
174174
ansible-playbook -v ansible/ci/check_slurm.yml
175175
176-
- name: Reimage compute nodes to image in current branch using slurm - tests compute-init
176+
- name: Reimage compute nodes to image in current branch using slurm
177177
run: |
178178
. venv/bin/activate
179179
. environments/.stackhpc/activate
180-
ansible-playbook -v ansible/adhoc/reboot_via_slurm.yml
180+
ansible-playbook -v ansible/adhoc/rebuild-via-slurm.yml
181181
ansible-playbook -v ansible/ci/check_slurm.yml
182182
183183
- name: Check sacct state survived reimage to current branch

0 commit comments

Comments
 (0)