Skip to content

Better handle jobs with no inputs

Tadej Novak requested to merge tadej/athena:inputless into master

Better handle jobs with no inputs:

  • If _ATHENA_GENERIC_INPUTFILE_NAME_ is in Input.Files this is invalid.
  • Valid input-less configuration is Input.Files = [].
  • Return {} in GetFileMD if no files are there - this helps with autoconfiguration as it will take (hopefully reasonable) defaults.

@wlampl, can you check LArCalib tests if they still run (or provide me with inputs so I can run them)?

Fixes ATLASSIM-5592.

Edited by Tadej Novak

Merge request reports