Skip to content

TrigInDetValidation: speedup ART test configuration

Frank Winklmeier requested to merge fwinkl/athena:indetval into master

Only run get_files during the ART test configuration if the files are not yet available locally. This saves several minutes when dry-running the large amount of tests during the unit testing stage.

Another improvement could be to cache the result of finding the previous release number across tests. But that would be for another MR.

cc @sutt

Merge request reports