From 41a819c716af1df5f0c7c6a70b02dfced16d7ad1 Mon Sep 17 00:00:00 2001 From: Ernst Hellbar Date: Thu, 18 Sep 2025 10:29:34 +0200 Subject: [PATCH] dpl-workflow.sh: dump raw data for GPU crashes by default in online --- prodtests/full-system-test/dpl-workflow.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prodtests/full-system-test/dpl-workflow.sh b/prodtests/full-system-test/dpl-workflow.sh index 17a085bf7da96..996ab70da8f6c 100755 --- a/prodtests/full-system-test/dpl-workflow.sh +++ b/prodtests/full-system-test/dpl-workflow.sh @@ -222,6 +222,9 @@ has_detector_flp_processing CPV && CPV_INPUT=digits ! has_detector_flp_processing TOF && TOF_CONFIG+=" --local-cmp" if [[ $EPNSYNCMODE == 1 ]]; then + # dump raw data in case of GPU crash and set dump directory size limits; files are automatically cleaned by EPN after 60 days + GPU_CONFIG_KEY+="GPU_proc.debugOnFailure=1;GPU_proc.debugOnFailureDirectory=/data/tf/debug;GPU_proc.debugOnFailureMaxFiles=1000;GPU_proc.debugOnFailureMaxSize=500;GPU_proc.debugOnFailureSignalMask=2240;" + EVE_OPT+=" --eve-dds-collection-index 0" MIDDEC_CONFIG+=" --feeId-config-file \"$MID_FEEID_MAP\"" if [[ $EXTINPUT == 1 ]] && [[ $GPUTYPE != "CPU" ]] && [[ -z "$GPU_NUM_MEM_REG_CALLBACKS" ]]; then