Skip to content

Adapt to changes in PrUpgradeChecking config

Carla Marin Benito requested to merge cmarinbe-PrCheckerVelo into master

Currently TrackResCheckerFast is only added to the sequence if TrackSys().VeloUpgradeOnly == False (see here). Since runPrCheckerVelo.py configures TrackSys().VeloUpgradeOnly = True, the job was failing when trying to remove this (not included) algorithm. So I've just removed the line where this was done and now the job runs fine. This should solve the failure of the UpgradePrChecker test.

Edited by Carla Marin Benito

Merge request reports