File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -589,6 +589,8 @@ AODPROD_OPT+=" $STRTRACKING "
589589workflow_has_parameter AOD && [[ ! -z " $AOD_INPUT " ]] && add_W o2-aod-producer-workflow " $AODPROD_OPT --info-sources $AOD_INPUT $DISABLE_ROOT_INPUT --aod-writer-keep dangling --aod-writer-resfile \" AO2D\" --aod-writer-resmode UPDATE $DISABLE_MC --pipeline $( get_N aod-producer-workflow AOD REST 1 AODPROD) "
590590
591591# extra workflows in case we want to extra ITS/MFT info for dead channel maps to then go to CCDB for MC
592+ : ${ALIEN_JDL_PROCESSITSDEADMAP:= }
593+ : ${ALIEN_JDL_PROCESSMFTDEADMAP:= }
592594[[ $ALIEN_JDL_PROCESSITSDEADMAP == 1 ]] && has_detector ITS && add_W o2-itsmft-deadmap-builder-workflow " --local-output --output-dir . --source clusters --tf-sampling 1000"
593595[[ $ALIEN_JDL_PROCESSMFTDEADMAP == 1 ]] && has_detector MFT && add_W o2-itsmft-deadmap-builder-workflow " --runmft --local-output --output-dir . --source clusters --tf-sampling 1000"
594596
You can’t perform that action at this time.
0 commit comments