Skip to content

Commit

Permalink
[SimCI] Make a variable (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-voelkel authored Feb 27, 2024
1 parent f568fd4 commit 8c18864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_workflow_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test_single_wf()
if [[ "${ret_this}" != "0" ]] ; then
echo "[FATAL]: O2DPG_TEST Workflow creation failed" >> ${LOG_FILE_WF}
elif [[ "${execute}" != "" ]] ; then
local memlimit=${O2DPG_TEST_WORKFLOW_MEMLIMIT:+--mem-limit O2DPG_TEST_WORKFLOW_MEMLIMIT}
local memlimit=${O2DPG_TEST_WORKFLOW_MEMLIMIT:+--mem-limit ${O2DPG_TEST_WORKFLOW_MEMLIMIT}}
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit 8 -tt aod ${memlimit} >> ${LOG_FILE_WF} 2>&1
ret_this=${?}
[[ "${ret_this}" == "0" ]] && { ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit 8 --target-labels QC ${memlimit} >> ${LOG_FILE_WF} 2>&1 ; ret_this_qc=${?} ; }
Expand Down

0 comments on commit 8c18864

Please sign in to comment.