-
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
Make sampicSubDetId a tracked parameter #38366
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38366/30552
|
A new Pull Request was created by @ChrisMisan (Christopher) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
7c76e55
to
811ae77
Compare
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38366/30557 ERROR: Build errors found during clang-tidy run.
|
811ae77
to
c299786
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38366/30559
|
Pull request #38366 was updated. @malbouis, @yuanchao, @clacaputo, @cmsbuild, @slava77, @jpata, @tvami, @francescobrivio can you please check and sign again. |
@cmsbuild , please test |
-1 Failed Tests: RelVals RelVals-INPUT AddOn RelVals
Expand to see more relval errors ...RelVals-INPUT
Expand to see more relval errors ...AddOn Tests
Expand to see more addon errors ... |
Pull request #38366 was updated. @malbouis, @yuanchao, @clacaputo, @cmsbuild, @slava77, @jpata, @tvami, @francescobrivio can you please check and sign again. |
please test |
@@ -102,9 +104,9 @@ | |||
|
|||
# ---------- Totem Timing ---------- | |||
totemDAQMappingESSourceXML_TotemTiming = cms.ESSource("TotemDAQMappingESSourceXML", | |||
verbosity = cms.untracked.uint32(10), | |||
verbosity = cms.untracked.uint32(0), |
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.
was this supposed to have changed?
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.
yes, this was for the debug purposes, all of the other instances have verbosity=0.
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b79fb5/25524/summary.html Comparison SummarySummary:
|
+alca
|
+reconstruction
|
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 |
…making the parameter tracked.
…making the parameter tracked.
…making the parameter tracked.
PR description:
This PR changes sampicSubDetId to the tracked parameter as requested in #38365
PR validation:
PR was tested with 136.8562.
if this PR is a backport please specify the original PR and why you need to backport that PR:
This change needs to be included in the 12_4_X backport #38365 and in future backport to 12_3_X.