-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
restrict number of events for 0T PU workflows #36505
Conversation
type bug-fix |
test parameters |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36505/27384
|
A new Pull Request was created by @kpedro88 (Kevin Pedro) for master. It involves the following packages:
@jordan-martins, @bbilin, @wajidalikhan, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
Is this the same purpose of #36503 |
this supersedes #36503. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d92f6/21284/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+Upgrade Bux-fix to limit no. of events for 0T workflow. No change is expected. |
+1 |
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:
Resolves #36492:
'-n':'1'
setting for the 0T workflow was overridden by thePUDataSets
default, which was merged into the PU steps after the 0T workflow setup.PR validation:
Output of
runTheMatrix.py -nel 11834.24
shows-n 1
in all steps.