Skip to content

Commit e631637

Browse files
authored
Merge pull request #45614 from smuzaffar/fix-test_MC_23_setup
Do not run test_MC_setup if HLT release is not found
2 parents cc33c28 + be9ba37 commit e631637

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Configuration/PyReleaseValidation/test/BuildFile.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
-->
1515

1616
<!-- In CMSSW_13_0_18 the auto:phase1_2023_realistic (pre BPix) is 130X_mcRun3_2023_realistic_postBPix_v1 -->
17-
<test name="test_MC_23_setup" command="CMSSW_MC_SETUP_TEST_CATCH_HLT=0 ${CMSSW_BASE}/src/Configuration/PyReleaseValidation/test/test_mc_setup/test_MC_setup.sh auto:phase1_2023_realistic Run3_2023 2023v12 CMSSW_13_0_19_HLT 130X_mcRun3_2023_realistic_v13 Realistic25ns13p6TeVEarly2023Collision" />
17+
<ifarchitecture name="el8_amd64">
18+
<!-- Run this test for production arch of CMSSW_13_0_19_HLT release only -->
19+
<test name="test_MC_23_setup" command="CMSSW_MC_SETUP_TEST_CATCH_HLT=0 ${CMSSW_BASE}/src/Configuration/PyReleaseValidation/test/test_mc_setup/test_MC_setup.sh auto:phase1_2023_realistic Run3_2023 2023v12 CMSSW_13_0_19_HLT 130X_mcRun3_2023_realistic_v13 Realistic25ns13p6TeVEarly2023Collision" />
20+
</ifarchitecture>
1821

1922
<!-- In CMSSW_12_4_20 the auto:phase1_2022_realistic (pre EE) is 124X_mcRun3_2022_realistic_v12 -->
20-
<test name="test_MC_22_setup" command="test_mc_setup/test_MC_setup.sh auto:phase1_2022_realistic Run3 2022v14 CMSSW_12_4_21_HLT 124X_mcRun3_2022_realistic_v12 Realistic25ns13p6TeVEarly2022Collision" />
23+
<ifarchitecture name="el8_amd64">
24+
<!-- Run this test for production arch of CMSSW_12_4_21_HLT release only -->
25+
<test name="test_MC_22_setup" command="test_mc_setup/test_MC_setup.sh auto:phase1_2022_realistic Run3 2022v14 CMSSW_12_4_21_HLT 124X_mcRun3_2022_realistic_v12 Realistic25ns13p6TeVEarly2022Collision" />
26+
</ifarchitecture>
2127

2228
<!--
2329
The setups below are "standard", with everything run

0 commit comments

Comments
 (0)