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
1 change: 1 addition & 0 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def runSelected(opt):
'ph2_hlt' : [prefixDet+34.75, # HLT phase-2 timing menu
prefixDet+34.7501, # HLT phase-2 tracking-only menu
prefixDet+34.7502, # HLT phase-2 tracking menu with tracking ntuple
prefixDet+34.7503, # HLT phase-2 menu, CPU vs. GPU validation
Copy link
Copy Markdown
Contributor

@mmusich mmusich Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure this change is appropriate, in general we don't run these tests with the "gpu" enabled.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like there are quite a few cases where it happens that we run the ph2_hlt tests with GPUs enabled, so this is targeting those cases as an extra tests. However, I agree it is situational.

If you think this is unnecessary, I will close the PR. Let me know.

prefixDet+34.751, # HLT phase-2 timing menu Alpaka variant
prefixDet+34.752, # HLT phase-2 timing menu ticl_v5 variant
prefixDet+34.7521, # HLT phase-2 timing menu ticlv5TrackLinkGNN variant
Expand Down