-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Migrate TrackingRegions to esConsumes #35393
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35393/25498
|
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@malbouis, @civanch, @yuanchao, @lveldere, @slava77, @ssekmen, @mdhildreth, @Martin-Grunewald, @missirol, @cmsbuild, @sbein, @jpata, @francescobrivio, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild , please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c08640/18880/summary.html CMS StaticAnalyzer warnings: There are 2 EventSetupRecord::get warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c08640/18880/llvm-analysis/esrget-sa.txt for details. Comparison SummarySummary:
|
|
Hi Matti, the SA test points out the followings are still using the deprecated function. (introduced by #35269 ?) Will they got fixed? ''' |
|
@yuanchao Thanks for the reminder, I'll address those shortly (my aim was to do that, but apparently I forgot in the end). |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35393/25514
|
|
+alca
|
|
Looks like the tests requested 3 days ago did not really start. Trying to restart them. |
|
@cmsbuild, please abort |
|
@cmsbuild, please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c08640/19272/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:
This PR is part of #31061 and reworks TrackingRegion classes, classes that create TrackingRegions, and classes that use TrackingRegions to support esConsumes. in short the EventSetup accesses within TrackingRegion classes are moved to classes that create TrackingRegions.
This PR completes the rework started in #35081 and continued in #35269.
Resolves cms-sw/framework-team#264.
PR validation:
Tested that limited matrix runs in in earlier IB on top of #35269. After the rebase, tested that code compiles.