Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmssw-pr-test-config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$CMSSW_VER" -ge 2000 ] ; then
# COMMENT: excluded workflows read non-RAW files produced with CMSSW < 20_0_X
PR_TEST_MATRIX_EXTRAS=1306.0,101.0,9.0
# COMMENT: use no-pileup workflow until first 20_X_Y MinBias files become available
PR_TEST_MATRIX_EXTRAS_GPU=34434.402,34434.403,34434.404,34434.712,34434.713,34434.7503,34434.751 #Phase2 Wfs (D121)
PR_TEST_MATRIX_EXTRAS_GPU=37634.402,37634.403,37634.404,37634.712,37634.713,37634.7503,37634.751 #Phase2 Wfs (D127)
Comment thread
mmusich marked this conversation as resolved.
elif [ "$CMSSW_VER" -ge 1601 ] ; then
PR_TEST_MATRIX_EXTRAS_GPU=18634.402,18634.403,18634.406,18634.412,18634.422,18634.423,163.03 #2026 Wfs
PR_TEST_MATRIX_EXTRAS_GPU=${PR_TEST_MATRIX_EXTRAS_GPU},34634.402,34634.403,34634.404,34634.712,34634.713,34634.7503,34634.751 #Phase2 Wfs (D121)
Expand Down Expand Up @@ -56,7 +56,7 @@ fi

if [ "$CMSSW_VER" -ge 2000 ] ; then
# COMMENT: use no-pileup workflow until first 20_X_Y MinBias files become available
PR_TEST_MATRIX_EXTRAS_PROFILING=34434.21
PR_TEST_MATRIX_EXTRAS_PROFILING=37634.21
elif [ "$CMSSW_VER" -ge 1601 ] ; then
PR_TEST_MATRIX_EXTRAS_PROFILING=34634.21,18634.21
elif [ "$CMSSW_VER" -ge 1600 ] ; then
Expand Down
Loading