Skip to content

Commit

Permalink
Update to CMSSW_12_0_3_patch1 (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanfgv authored Oct 27, 2021
1 parent 2f62671 commit 958c1b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions etc/ProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_0_3"
'default': "CMSSW_12_0_3_patch1"
}

# Configure ScramArch
Expand Down Expand Up @@ -165,7 +165,8 @@
"CMSSW_12_0_1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default']
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_3" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -188,7 +189,8 @@
"CMSSW_12_0_1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default']
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_3" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down

0 comments on commit 958c1b4

Please sign in to comment.