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 c11eff3 commit 108aecaCopy full SHA for 108aeca
prodtests/full-system-test/dpl-workflow.sh
@@ -177,7 +177,7 @@ if [[ $BEAMTYPE == "cosmic" ]]; then
177
elif [[ $SYNCMODE == 1 ]]; then
178
[[ -z ${ITS_CONFIG+x} ]] && ITS_CONFIG=" --tracking-mode sync"
179
else
180
- [[ -z ${ITS_CONFIG+x} ]] && ITS_CONFIG=" --tracking-mode async"
+ [[ -z ${ITS_CONFIG+x} ]] && ITS_CONFIG=" --tracking-mode async --ccdb-meanvertex-seed"
181
fi
182
183
if [[ $SYNCMODE == 1 ]] && [[ ${PRESCALE_ITS_WO_TRIGGER:-} != 1 ]]; then
0 commit comments