Skip to content

Commit

Permalink
make slurmcluster steps terminate when it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga committed Aug 2, 2024
1 parent 30af9f8 commit 1e8670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2839,7 +2839,7 @@ jobs:
sudo apt-get install iproute2
yes yes | PATH=$HOME/.local/bin:$PATH make slurmcluster \
FLAGS="-c <<parameters.container-run-type>> -w <<parameters.workload-manager>> -l '{owner=\\\"determined_ci\\\", gh_team=\\\"machine-user\\\"}'" \
TF_LOCK=false | tee output.log
TF_LOCK=false || circleci-agent step halt | tee output.log
background: true

- run:
Expand Down

0 comments on commit 1e8670e

Please sign in to comment.