Skip to content

Commit

Permalink
Change production to CMSSW_12_4_11_patch1 (#4784)
Browse files Browse the repository at this point in the history
* Change production to CMSSW_12_4_11_patch1
* Removing temporary runs from replay config

Co-authored-by: Erica Brondolin <[email protected]>
  • Loading branch information
germanfgv and Erica Brondolin authored Nov 22, 2022
1 parent 8ed1300 commit 1204959
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
14 changes: 8 additions & 6 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_4_10"
'default': "CMSSW_12_4_11_patch1"
}

# Configure ScramArch
Expand Down Expand Up @@ -127,9 +127,9 @@
}

# Defaults for GlobalTag
expressGlobalTag = "124X_dataRun3_Express_v5"
promptrecoGlobalTag = "124X_dataRun3_Prompt_v4"
alcap0GlobalTag = "124X_dataRun3_Prompt_v4"
expressGlobalTag = "124X_dataRun3_Express_v9"
promptrecoGlobalTag = "124X_dataRun3_Prompt_v10"
alcap0GlobalTag = "124X_dataRun3_Prompt_v10"

# Mandatory for CondDBv2
globalTagConnect = "frontier://PromptProd/CMS_CONDITIONS"
Expand All @@ -153,7 +153,8 @@
"CMSSW_12_4_7" : defaultCMSSWVersion['default'],
"CMSSW_12_4_8" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default']
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_4_10" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -164,7 +165,8 @@
"CMSSW_12_4_7" : defaultCMSSWVersion['default'],
"CMSSW_12_4_8" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default']
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_4_10" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down
19 changes: 8 additions & 11 deletions etc/ReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
setConfigVersion(tier0Config, "replace with real version")

# Set run number to replay
# 352929 - 2022 pp at 900 GeV
# 355189 - 2022 cosmics
# 355559 - 2022 pp at 13.6 TeV (1h long, 300 bunches)
# 356005 - 2022 pp at 13.6 TeV (1h long, 600 bunches - ALL detectors included)
# 359060 - 2022 cosmics - Oberved failures in Express (https://cms-talk.web.cern.ch/t/paused-jobs-for-express-run359045-streamexpress/15232)
setInjectRuns(tier0Config, [359762])

# Settings up sites
Expand Down Expand Up @@ -105,7 +100,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_4_10"
'default': "CMSSW_12_4_11_patch1"
}

# Configure ScramArch
Expand All @@ -131,9 +126,9 @@
alcarawProcVersion = dt

# Defaults for GlobalTag
expressGlobalTag = "124X_dataRun3_Express_v5"
promptrecoGlobalTag = "124X_dataRun3_Prompt_v4"
alcap0GlobalTag = "124X_dataRun3_Prompt_v4"
expressGlobalTag = "124X_dataRun3_Express_v9"
promptrecoGlobalTag = "124X_dataRun3_Prompt_v10"
alcap0GlobalTag = "124X_dataRun3_Prompt_v10"

# Mandatory for CondDBv2
globalTagConnect = "frontier://PromptProd/CMS_CONDITIONS"
Expand All @@ -157,7 +152,8 @@
"CMSSW_12_4_7" : defaultCMSSWVersion['default'],
"CMSSW_12_4_8" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default']
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_4_10" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -168,7 +164,8 @@
"CMSSW_12_4_7" : defaultCMSSWVersion['default'],
"CMSSW_12_4_8" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9" : defaultCMSSWVersion['default'],
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default']
"CMSSW_12_4_9_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_4_10" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down

0 comments on commit 1204959

Please sign in to comment.