We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7278b4e commit de1d18eCopy full SHA for de1d18e
prodtests/full-system-test/start_tmux.sh
@@ -38,7 +38,7 @@ if [[ "0$FST_TMUX_NO_EPN" != "01" ]]; then
38
[[ -z $EPNPIPELINES ]] && export EPNPIPELINES=1
39
[[ -z $O2_GPU_DOUBLE_PIPELINE ]] && export O2_GPU_DOUBLE_PIPELINE=1
40
[[ -z $O2_GPU_RTC ]] && export O2_GPU_RTC=1
41
- [[ -z $DPL_CONDITION_BACKEND ]] && export DPL_CONDITION_BACKEND="http://localhost:8084"
+ [[ -z $DPL_CONDITION_BACKEND ]] && export DPL_CONDITION_BACKEND="http://o2-ccdb.internal"
42
export ALL_EXTRA_CONFIG="$ALL_EXTRA_CONFIG;NameConf.mCCDBServer=${DPL_CONDITION_BACKEND};"
43
export GEN_TOPO_QC_OVERRIDE_CCDB_SERVER="${DPL_CONDITION_BACKEND}"
44
[[ -z $NUM_DPL_WORKFLOWS ]] && NUM_DPL_WORKFLOWS=2
0 commit comments