File tree Expand file tree Collapse file tree
prodtests/full-system-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The `dpl-workflow.sh` can run both the synchronous and the asynchronous workflow
7272All settings are configured via environment variables.
7373The default settings (if no env variable is exported) are defined in ` setenv.sh ` which is sourced by all other scripts.
7474(Please note that ` start_tmux.sh ` overrides a couple of options with EPN defaults).
75- The environment variables are documented here: https://github.com/AliceO2Group/O2DataProcessing /blob/dev /common/README.md
75+ The environment variables are documented here: https://github.com/AliceO2Group/O2DPG /blob/master/DATA /common/README.md
7676
7777## Files produced / required by the full system test
7878
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ workflow_has_parameter AOD && [[ ! -z "$AOD_INPUT" ]] && add_W o2-aod-producer-w
467467
468468# ---------------------------------------------------------------------------------------------------------------------
469469# Quality Control
470- workflow_has_parameter QC && { source $O2DATAPROCESSING_ROOT /production/qc-workflow.sh; [[ $? != 0 ]] && exit 1; }
470+ workflow_has_parameter QC && { source $O2DPG_ROOT /DATA /production/qc-workflow.sh; [[ $? != 0 ]] && exit 1; }
471471
472472# ---------------------------------------------------------------------------------------------------------------------
473473# DPL run binary
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- if [ " 0$O2DATAPROCESSING_ROOT " == " 0" ]; then
4- echo O2DataProcessing environment not loaded
3+ if [ " 0$O2DPG_ROOT " == " 0" ]; then
4+ echo O2DPG environment not loaded
55 exit 1
66fi
77
8- source $O2DATAPROCESSING_ROOT /common/setenv.sh
8+ source $O2DPG_ROOT /DATA /common/setenv.sh
You can’t perform that action at this time.
0 commit comments