Skip to content

Commit

Permalink
Adding --exclusive to launching tests on rostam
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Sep 14, 2023
1 parent c8ea2c7 commit b894f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/lsu-perftests/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ sleep $[(RANDOM % 10) + 1].$[(RANDOM % 10)]s
set +e
sbatch \
--verbose --verbose --verbose --verbose \
--exclusive \
--job-name="${job_name}" \
--nodes="1" \
--partition="${configuration_slurm_partition}" \
Expand Down
1 change: 1 addition & 0 deletions .jenkins/lsu-test-coverage/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fi
set +e
sbatch \
--verbose --verbose --verbose --verbose \
--exclusive \
--job-name="${job_name}" \
--nodes="1" \
--partition="${configuration_slurm_partition}" \
Expand Down
1 change: 1 addition & 0 deletions .jenkins/lsu/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sleep $[(RANDOM % 10) + 1].$[(RANDOM % 10)]s
set +e
sbatch \
--verbose --verbose --verbose --verbose \
--exclusive \
--job-name="${job_name}" \
--nodes="${configuration_slurm_num_nodes}" \
--partition="${configuration_slurm_partition}" \
Expand Down

0 comments on commit b894f5e

Please sign in to comment.