From 1e8670e463ce2daf39912817ff545192cdeda41d Mon Sep 17 00:00:00 2001 From: Ilia Glazkov Date: Fri, 2 Aug 2024 16:52:05 -0700 Subject: [PATCH] make slurmcluster steps terminate when it fails --- .circleci/real_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index e532aa1baca..6b62655ff90 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -2839,7 +2839,7 @@ jobs: sudo apt-get install iproute2 yes yes | PATH=$HOME/.local/bin:$PATH make slurmcluster \ FLAGS="-c <> -w <> -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: