-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Migrate BMixingModule and EcalShapeBase-derived classes to esConsumes #34902
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34902/24709
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@perrotta, @malbouis, @civanch, @yuanchao, @kmaeshima, @tlampen, @andrius-k, @mdhildreth, @rvenditti, @cmsbuild, @rekovic, @jfernan2, @ahmad3213, @slava77, @jpata, @ErnestaP, @pohsun, @francescobrivio, @cecilecaillol, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals RelVals-INPUT AddOn CMS StaticAnalyzer warnings: There are 7 EventSetupRecord::get warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-768ae1/17815/llvm-analysis/esrget-sa.txt for details. RelVals
Expand to see more relval errors ...RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ... |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34902/24715
|
Pull request #34902 was updated. @perrotta, @malbouis, @civanch, @yuanchao, @kmaeshima, @tlampen, @andrius-k, @mdhildreth, @rvenditti, @cmsbuild, @rekovic, @jfernan2, @ahmad3213, @slava77, @jpata, @ErnestaP, @pohsun, @francescobrivio, @cecilecaillol, @tvami can you please check and sign again. |
@cmsbuild, please test |
How about now? |
ping @cms-sw/l1-l2 |
1 similar comment
ping @cms-sw/l1-l2 |
ping @cms-sw/l1-l2 |
+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) |
please test |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-768ae1/18198/summary.html CMS StaticAnalyzer warnings: There are 7 EventSetupRecord::get warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-768ae1/18198/llvm-analysis/esrget-sa.txt for details. Comparison SummarySummary:
|
+1 |
PR description:
Part of #31061. This PR should cover the last uses of the deprecated
EventSetupRecord::get()
inMixingModule
andPreMixingModule
. In addition I removed all barenew
calls fromEcalMixingModuleValidation
.In
EcalDigiProducer
andEcalDigiProducer_Ph2
(used byMixingModule
andPreMixingModule
) the changes were inAPDShape
,EBShape
, andEBShape
classes, that are also used several places outside of theMixingModule
s.Within the
BMixingModule
infrastructure there are still some calls inDataMixingModule
that would either need to be migrated or removed (in a timescale of 9 months or so). I'm not planning to touch those.Resolves cms-sw/framework-team#221
PR validation:
Code compiles.