Skip to content

Commit

Permalink
Replay testing CMSSW_12_0_3 in collisions21 run (#4628)
Browse files Browse the repository at this point in the history
* Replay configuration for CMSSW_12_0_3
  • Loading branch information
germanfgv authored Oct 25, 2021
1 parent c705750 commit b66377c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions etc/ReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setConfigVersion(tier0Config, "replace with real version")

# Set run number to replay
setInjectRuns(tier0Config, [343082,344063])
setInjectRuns(tier0Config, [345595, 345881, 345915, 345970])

# Settings up sites
processingSite = "T2_CH_CERN"
Expand Down Expand Up @@ -100,7 +100,7 @@

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

# Configure ScramArch
Expand Down Expand Up @@ -158,7 +158,9 @@
"CMSSW_11_3_4" : defaultCMSSWVersion['default'],
"CMSSW_12_0_0" : defaultCMSSWVersion['default'],
"CMSSW_12_0_1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2" : defaultCMSSWVersion['default']
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -177,7 +179,10 @@
"CMSSW_11_3_4" : defaultCMSSWVersion['default'],
"CMSSW_12_0_0" : defaultCMSSWVersion['default'],
"CMSSW_12_0_1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2" : defaultCMSSWVersion['default']
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_0_2_patch2" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down

0 comments on commit b66377c

Please sign in to comment.