dmwm / CRABServer

15 stars 37 forks source link

use userInputFiles list to select which files to process in a dataset #8371

Closed belforte closed 1 month ago

belforte commented 2 months ago

effectively turn it into a "file mask" by treating all files not listed in there as invalid. To be used together with https://github.com/dmwm/CRABClient/issues/5308

at first sight a small change here will do https://github.com/dmwm/CRABServer/blob/b959b782d96fd7d0ca4e163475633c0492ce7c05/src/python/TaskWorker/Actions/DataDiscovery.py#L44-L47

the list should be available as 'task['tm_user_files']