Skip to content

Commit 15082af

Browse files
committed
Add QC to default 8 GPU EPN FST
1 parent 1957c0b commit 15082af

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

prodtests/full-system-test/start_tmux.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ if [ "0$1" != "0dd" ] && [ "0$1" != "0rr" ]; then
55
exit 1
66
fi
77

8-
[[ -z "${WORKFLOW_PARAMETERS+x}" ]] && export WORKFLOW_PARAMETERS="CALIB"
8+
if [[ -z "${WORKFLOW_PARAMETERS+x}" ]]; then
9+
export WORKFLOW_PARAMETERS="CALIB,QC"
10+
[[ -z "${WORKFLOW_DETECTORS_QC}" ]] && export WORKFLOW_DETECTORS_QC="ITS,TRD,TOF,MFT,MCH,MID,EMC,PHS,CPV,FT0,FV0,FDD,ZDC"
11+
if [[ -z "${GEN_TOPO_WORKDIR}" ]]; then
12+
mkdir gen_topo_tmp
13+
export GEN_TOPO_WORKDIR=`pwd`/gen_topo_tmp
14+
fi
15+
fi
916
[[ -z "${SEVERITY}" ]] && export SEVERITY="error"
1017

1118
MYDIR="$(dirname $(realpath $0))"

0 commit comments

Comments
 (0)