-
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
Remove long type in DQMServices and Integration [12_0_X] #35307
Conversation
@@ -243,7 +243,7 @@ | |||
process.SiStripAnalyserCosmic.TkMapCreationFrequency = -1 | |||
process.SiStripAnalyserCosmic.ShiftReportFrequency = -1 | |||
process.SiStripAnalyserCosmic.StaticUpdateFrequency = 5 | |||
process.SiStripAnalyserCosmic.MonitorSiStripBackPlaneCorrection = False | |||
process.SiStripAnalyserCosmic.MonitorSiStripBackPlaneCorrection = cms.bool(False) |
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.
@jfernan2 the changes in this file are the only differences wrt the master version of this PR that I can't understand.
MonitorSiStripBackPlaneCorrection
is defined, for example, in
MonitorSiStripBackPlaneCorrection = OnDemandMonitoring.MonitorSiStripBackPlaneCorrection, |
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.
This PR was forwardported to master in #35366 , not the other way around, and that's where I received comments to drop that type reconfiguring files in SiStripAnalyserCosmic
I can put them in synch, despite both work, the master one is more optimal of course.
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, please, try to sync them. I mean, only these explicit types, not the other code-format related changes.
We still have some time before cutting 12_0_2, and since you are responsible to sign this for dqm, I expect that it can be merged right after the automatic tests are concluded.
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.
mean, only these explicit types, not the other code-format related changes
This is not possible, only a full synch works. The other changes were needed to drop those type specs
Anyway, I will try to synch asap
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.
mean, only these explicit types, not the other code-format related changes
This is not possible, only a full synch works. The other changes were needed to drop those type specs
Anyway, I will try to synch asap
Wait, if so we can let the backport PR as it is now.
However, I still don't understand why do you need to "drop those type specs": there is nothing to drop, because in the original 12_0_X configs the explicit types were not defined, and you only added them here. And given that MonitorSiStripBackPlaneCorrection
is already defined in 12_0_X, as I pointed out above, I don't think (but I didn't try it...) that they are needed either. Could you please explain?
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.
Then, it must be a mistake from my side, you are right. Let me sync the two PRs so that we have both releases in agreement.
Thanks
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.
Done. In the process I found an addtional change needed in the just merged master PR #35366
I will create a small PR for the modification. I apologize for the inconvenience. Thanks
Pull request #35307 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please check and sign again. |
Pull request #35307 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-096124/19229/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_1_X is complete. 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:
Remove long type in DQM Online packages due to python3.
PR validation:
Tested in Online DQM at P5