[RTADPA BW Tests] Allow uploading of .root files
We've been requested to allow the functionality to upload the monitoring histograms from a BW Test on command.
-> Soln: lhcb/Moore!4345 (closed) can be included in ci-test
on command.
Locally this works as expected and makes the webpage link to what the correct location on eos would be... however... the Handler only allows certain file extensions to be upload.
This MR updates that list to include .root
files.
- I checked that locally the only files under
BASEDIR/Output/*.root
are these new histos so shouldn't accidentally be uploaded something we previously ignored. - so with this merged the histos would be uploaded upon request i.e. when !4345 is included. Thus RTA/DPA are happy and can include Moore!4345 whenever they wish.