-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Update customisePixelL1ClusterThresholdForRun2Input to adjust also the GPU producer #35901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update customisePixelL1ClusterThresholdForRun2Input to adjust also the GPU producer #35901
Conversation
|
please test |
|
type bugfix |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35901/26301
|
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages:
@Martin-Grunewald, @missirol can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
The error is in |
|
please abort will re-trigger the tests with #35890, which fixes the timeout in the offending wf |
|
please test with #35890 |
| producer.ClusterThreshold_L1 = 2000 | ||
| for producer in producers_by_type(process, "SiPixelRawToClusterCUDA"): | ||
| if hasattr(producer,"clusterThreshold_layer1"): | ||
| producer.ClusterThreshold_L1 = 2000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| producer.ClusterThreshold_L1 = 2000 | |
| producer.clusterThreshold_layer1 = 2000 |
No? By the way, is any wf using this in the PR tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No ?
Yes, indeed it was supposed to be like that...
By the way, is any wf using this in the PR tests?
Yes, the enable gpu workflows should test this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, sorry, no... we don't have any 2018-like GPU workflows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, thanks. Feel free to fix the code in the PR description. :)
8c1a266 to
cda3168
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35901/26312
|
|
Pull request #35901 was updated. @Martin-Grunewald, @missirol can you please check and sign again. |
|
please abort |
|
test parameters:
|
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5d7fe1/20090/summary.html Comparison SummarySummary:
|
|
+hlt
|
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
Update
customisePixelL1ClusterThresholdForRun2Input()to adjust also the GPU producer with the Run 2 settings.PR validation:
None.