Skip to content

Commit

Permalink
Testing CMSSW_14_1_3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Linares committed Oct 17, 2024
1 parent c33bff1 commit 9cc4001
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/HIReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# 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)
# 361694:361699,361779 - 2022 HI dry-run test runs
setInjectRuns(tier0Config, [374951])
setInjectRuns(tier0Config, [374951, 374599, 375549])

# Define streams to ignore. These wont be injected by the MainAgent
setHelperAgentStreams(tier0Config, {'SecondAgent': [],
Expand Down Expand Up @@ -115,12 +115,13 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_14_1_2"
'default': "CMSSW_14_1_3"
}

# Configure ScramArch
setDefaultScramArch(tier0Config, "el8_amd64_gcc12")
setScramArch(tier0Config, "CMSSW_13_2_5", "el8_amd64_gcc11")
setScramArch(tier0Config, "CMSSW_13_2_6", "el8_amd64_gcc11")

# Configure scenarios
ppScenario = "ppEra_Run3_2023"
Expand Down

0 comments on commit 9cc4001

Please sign in to comment.