Skip to content
Snippets Groups Projects

[RTADPA BW tests] Small cleanups after !359

Merged Ross John Hunter requested to merge rjhunter-bwtest-cleanup-copies into master
All threads resolved!
2 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,7 +27,7 @@ DEFAULT_CACHE_DIRS = {'default': '.'}
# prefer XDG_RUNTIME_DIR which should be on tmpfs
FALLBACK_CACHE_DIR = os.getenv('XDG_RUNTIME_DIR', tempfile.gettempdir())
FILE_TO_COPY = "mdf:root://eoslhcb.cern.ch//eos/lhcb/storage/lhcbpr/www/UpgradeRateTest/hlt2_bw_testing__production__full.mdf"
FILE_TO_COPY = "mdf:root://eoslhcb.cern.ch//eos/lhcb/storage/lhcbpr/www/UpgradeRateTest/current_hlt2_output/hlt2_bw_testing__production__full.mdf"
def default_cache_dirs():
Loading