Skip to content

Commit

Permalink
Run only analyses, no QCDB upload (AliceO2Group#1519)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
benedikt-voelkel authored Mar 4, 2024
1 parent 3d0840e commit 826526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/run/examples/O2DPG_pp_minbias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
RETANA=0
if [ "${DOANALYSIS}" != "" ] && [ "${RETMC}" = "0" ]; then
# run test analyses if requested
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt "Analysis_" ${MEMLIMIT} ${CPULIMIT}
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --target-labels Analysis ${MEMLIMIT} ${CPULIMIT}
RETANA=${?}
fi

Expand Down

0 comments on commit 826526f

Please sign in to comment.