From 49c8c4df2b87f1c0e7587369c2b35ec4fa4c0964 Mon Sep 17 00:00:00 2001 From: Ernst Hellbar Date: Fri, 16 Jan 2026 14:05:07 +0100 Subject: [PATCH] dpl-workflow.sh: enable ALPIDE_ERR_DUMPS by default in online physics runs --- prodtests/full-system-test/dpl-workflow.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prodtests/full-system-test/dpl-workflow.sh b/prodtests/full-system-test/dpl-workflow.sh index db491da5ebec5..374815795258b 100755 --- a/prodtests/full-system-test/dpl-workflow.sh +++ b/prodtests/full-system-test/dpl-workflow.sh @@ -106,7 +106,9 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR" : ${ITSTPC_CONFIG_KEY:=} : ${AOD_SOURCES:=$TRACK_SOURCES} : ${AODPROD_OPT:=} -: ${ALPIDE_ERR_DUMPS:=0} +if [[ -z $ALPIDE_ERR_DUMPS ]]; then + [[ $EPNSYNCMODE == 1 && $RUNTYPE == "PHYSICS" ]] && ALPIDE_ERR_DUMPS=1 || ALPIDE_ERR_DUMPS=0 +fi [[ "0$DISABLE_ROOT_OUTPUT" == "00" ]] && DISABLE_ROOT_OUTPUT=