Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
<test name="test-das-selected-lumis" command="test-das-selected-lumis.sh">
</test>
<test name="test-runTheMatrix-interactive" command="test-runTheMatrix_interactive.sh">
</test>

<!-- Tests for MC production for 2022 and 2023 -->
<!--  
    By default these tests won't fail if a failure happens at
    HLT step. If you want to catch those errors please set the
    environment variable CMSSW_MC_SETUP_TEST_CATCH_HLT.
-->

<!--
 These tests are disabled from early 15_0_X
 since the final setup is now well defined
 and stable. Keeping them commented just
 to store in cms-sw the parameters we used.
 The non-hlt release used is 14_0_19 
 
<ifarchitecture name="el8_amd64"> 
  <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 140X_mcRun3_2023_realistic_v9 Run3_2023 2023v12 CMSSW_13_0_19_HLT 130X_mcRun3_2023_realistic_HLT_forReMC_v2 DBRealistic" />
</ifarchitecture>

<ifarchitecture name="el8_amd64">
  <test name="test_MC_22_setup" command="CMSSW_MC_SETUP_TEST_CATCH_HLT=0 ${CMSSW_BASE}/src/Configuration/PyReleaseValidation/test/test_mc_setup/test_MC_setup.sh 140X_mcRun3_2022_realistic_v12 Run3 2022v15 CMSSW_12_4_22_HLT 124X_mcRun3_2022_realistic_HLT_forReMC_v5 DBRealistic" />
</ifarchitecture>
-->

<!-- 
    The setups below are "standard", with everything run 
    in the same release (the current) with the same GT.
    This is done to crosscheck that, in normal conditions, 
    everything works and ther's no bug or artifact in the 
    chain itself.  
-->
<test name="test_MC_23_crosscheck" 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 @relval2023 ${CMSSW_VERSION} auto:phase1_2023_realistic DBrealistic" />
<test name="test_MC_22_crosscheck" command="CMSSW_MC_SETUP_TEST_CATCH_HLT=0 ${CMSSW_BASE}/src/Configuration/PyReleaseValidation/test/test_mc_setup/test_MC_setup.sh auto:phase1_2022_realistic Run3 @relval2022 ${CMSSW_VERSION} auto:phase1_2022_realistic DBrealistic" />