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 438ed3a commit fd5cbf9Copy full SHA for fd5cbf9
.github/workflows/stackhpc.yml
@@ -185,6 +185,9 @@ jobs:
185
ansible-playbook -v --limit compute ansible/adhoc/rebuild.yml
186
ansible-playbook -v ansible/ci/check_slurm.yml
187
188
+ - name: Pause for debugging
189
+ run: sleep 1800
190
+
191
- name: Check sacct state survived reimage
192
run: |
193
. venv/bin/activate
0 commit comments