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 7b190ba commit e0909abCopy full SHA for e0909ab
.github/workflows/stackhpc.yml
@@ -173,11 +173,11 @@ jobs:
173
ansible-playbook -v ansible/site.yml
174
ansible-playbook -v ansible/ci/check_slurm.yml
175
176
- - name: Reimage compute nodes to image in current branch using slurm - tests compute-init
+ - name: Reimage compute nodes to image in current branch using slurm
177
run: |
178
. venv/bin/activate
179
. environments/.stackhpc/activate
180
- ansible-playbook -v ansible/adhoc/reboot_via_slurm.yml
+ ansible-playbook -v ansible/adhoc/rebuild-via-slurm.yml
181
182
183
- name: Check sacct state survived reimage to current branch
0 commit comments