Skip to content

Commit

Permalink
Add overrides to storage.json CMSSW version
Browse files Browse the repository at this point in the history
Avoids CMSSW versions not compatible with Trivial File Catalog.
dmwm/WMCore#11472
  • Loading branch information
germanfgv authored Feb 9, 2023
1 parent 0cf5956 commit 18c9cca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions etc/ProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,15 @@
#
# Setup repack and express mappings
#
repackVersionOverride = {}
repackVersionOverride = {
"CMSSW_12_6_1" : defaultCMSSWVersion['default'],
"CMSSW_12_6_2" : defaultCMSSWVersion['default']
}

expressVersionOverride = {}
expressVersionOverride = {
"CMSSW_12_6_1" : defaultCMSSWVersion['default'],
"CMSSW_12_6_2" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
addRepackConfig(tier0Config, "Default",
Expand Down

0 comments on commit 18c9cca

Please sign in to comment.