Changed directory structure of DF ART tests
The structure is now DerivationFrameworkART/DerivationFramework<DOMAIN>ART/
The reason for the new division is:
-
The DerivationFrameworkART is getting big (more than 300 jobs) and users want to create jobs in another project (e.g. 21.2,AnalysisBase) that use output from one of 300 DF ART test. To get the correct output from AthDerivation, the job in AthAnalysis needs to download 300 EXT0 container from AthDerivation to find the correct output file. If we divide the DerivationFrameworkART per domain (like implemeted in this MR), this process will be simpler.
-
Every night the results from DerivationFrameworkART are downloaded to ART EOS area. The pipeline is alive for continues download of the 300 jobs until all jobs are done. There is a higher risk of seeing EOS or rucio glitch in this long waiting time.