Skip to content

Commit 9aedeb0

Browse files
committed
Pass --configKeyValues to o2-qc
1 parent 0a6bfa9 commit 9aedeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/qc-workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
1010
[[ -z "$QC_JSON_TPC" ]] && QC_JSON_TPC=consul://o2/components/qc/ANY/any/tpc-full-qcmn
1111
[[ -z "$QC_JSON_ITS" ]] && QC_JSON_ITS=consul://o2/components/qc/ANY/any/its-qcmn-epn-full
1212
[[ -z "$QC_JSON_MFT" ]] && QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-full-qcmn
13-
if [[ -z "$QC_JSON_TOF" ]]; then
13+
if [[ -z "$QC_JSON_TOF" ]]; then
1414
if has_detector_flp_processing TOF; then
1515
QC_JSON_TOF=consul://o2/components/qc/ANY/any/tof-full-qcmn
1616
else
@@ -160,7 +160,7 @@ if [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
160160
fi
161161

162162
if [[ ! -z "$QC_JSON_FROM_OUTSIDE" ]]; then
163-
add_W o2-qc "--config json://$QC_JSON_FROM_OUTSIDE ${QC_CONFIG_PARAM:---local --host ${QC_HOST:-localhost}} ${QC_CONFIG}" "" 0
163+
add_W o2-qc "--config json://$QC_JSON_FROM_OUTSIDE ${QC_CONFIG_PARAM:---local --host ${QC_HOST:-localhost}} ${QC_CONFIG}"
164164
fi
165165

166166
true # everything OK up to this point, so the script should return 0 (it is !=0 if the last check failed)

0 commit comments

Comments
 (0)