Skip to content

Commit

Permalink
Add a pause between slurm srun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heyealex committed Mar 22, 2022
1 parent 0c8e122 commit d1c0d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cloud-build/daily-tests/slurm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
loop: "{{ stat_mounts.results }}"

- name: Test Mounts on partitions
command: srun -N 1 ls -laF {{ mounts | join(' ') }}
shell: srun -N 1 ls -laF {{ mounts | join(' ') }} && sleep 120
loop: "{{ partitions }}"

- name: Test partitions with hostname
command: srun -N 2 --partition {{ item }} hostname
shell: srun -N 2 --partition {{ item }} hostname && sleep 120
loop: "{{ partitions }}"

0 comments on commit d1c0d7c

Please sign in to comment.