From b2452297a899b87e661ec4b3f1ec7582605e060f Mon Sep 17 00:00:00 2001 From: Christos Kotsalos Date: Tue, 26 Aug 2025 15:28:09 +0200 Subject: [PATCH] Bencher: Fail when parts of the pipeline fail --- ci/scripts/alps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/scripts/alps.sh b/ci/scripts/alps.sh index 4c12b0e9..14f77efb 100755 --- a/ci/scripts/alps.sh +++ b/ci/scripts/alps.sh @@ -351,6 +351,8 @@ launch_reframe_1arg() { # }}} # {{{ launch_reframe_bencher launch_reframe_bencher() { + set -euo pipefail + export RFM_AUTODETECT_METHODS="cat /etc/xthostname,hostname" export RFM_USE_LOGIN_SHELL=1 # export RFM_AUTODETECT_XTHOSTNAME=1