Skip to content

Commit 826526f

Browse files
Run only analyses, no QCDB upload (#1519)
Achieved by changing `-tt Analysis_` to `--target-labels Analysis`. Upload tasks to not have that label, instead they can be triggered with `--target-labels AnalysisUpload`
1 parent 3d0840e commit 826526f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/examples/O2DPG_pp_minbias.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fi
5858
RETANA=0
5959
if [ "${DOANALYSIS}" != "" ] && [ "${RETMC}" = "0" ]; then
6060
# run test analyses if requested
61-
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt "Analysis_" ${MEMLIMIT} ${CPULIMIT}
61+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --target-labels Analysis ${MEMLIMIT} ${CPULIMIT}
6262
RETANA=${?}
6363
fi
6464

0 commit comments

Comments
 (0)