-
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
migrate Alignment/TrackerAlignment to use esConsumes #32301
Conversation
Alignment/TrackerAlignment/plugins/MisalignedTrackerESProducer.cc
Outdated
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32301/20121
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages: Alignment/OfflineValidation @yuanchao, @christopheralanwest, @tocheng, @cmsbuild, @tlampen, @pohsun can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
The tests are being triggered in jenkins.
|
-1 Tested at: cadcd35 CMSSW: CMSSW_11_3_X_2020-11-26-2300 I found follow errors while testing this PR Failed tests: Build ClangBuild
I found compilation warning when building: See details on the summary page.
I found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
cadcd35
to
6106859
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32301/20190
|
@cmsbuild, please test |
The tests are being triggered in jenkins.
|
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The purpose of this PR is to modernize the
Alignment/TrackerAlignment
subsystem, points addressed are:esConsumes
migration: part of Migrate ED modules to use esConsumes #31061PR validation:
Branch compiles and run the unit tests successfully.
if this PR is a backport please specify the original PR and why you need to backport that PR:
This is not a backport and no backport is needed.
CAVEAT
There is a known potential merge conflict with PR #32278, once that's merged I will rebase mine.