Skip to content

Commit e794b76

Browse files
committed
Switch from O2DataProcessing repository to O2DPG
1 parent 136a862 commit e794b76

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

prodtests/full-system-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The `dpl-workflow.sh` can run both the synchronous and the asynchronous workflow
7272
All settings are configured via environment variables.
7373
The 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

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
66
fi
77

8-
source $O2DATAPROCESSING_ROOT/common/setenv.sh
8+
source $O2DPG_ROOT/DATA/common/setenv.sh

0 commit comments

Comments
 (0)