Skip to content

WIP: get input files from TestFileDB

Maciej Pawel Szymanski requested to merge maszyman-get-inputfiles into master

As @ahennequ noticed, the the Full_HLT1_FTv6 is still using the old .mdf file (FTv4). The options set in lhcb/Brunel!843 (merged) are overwritten by the values set in https://gitlab.cern.ch/lhcb-core/lhcb-benchmark-scripts/blob/master/runProfile.sh.

This MR tries to solve that by getting the input file from TestFileDB (if it does not exist already) based on TestFileDBKey argument. This will require a small fix in LHCbPR options, e.g. to change ./runProfile.sh Full_HLT1_FTv6_MDF in https://lblhcbpr.cern.ch/api/options/120/ to ./runProfile.sh Full_HLT1_FTv6_MDF MiniBrunel_2019_MinBias_FTv6_MDF_small.

Also lhcb/Brunel!843 (merged) should be then adapted.

CC @mvesteri @sponce @chasse @rmatev

Merge request reports