-
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
Run3-377B Correct a few test scripts in CondTools/Geometry (backport of #46386) #46387
Conversation
A new Pull Request was created by @bsunanda for CMSSW_14_1_X. It involves the following packages:
@atpathak, @cmsbuild, @consuegs, @francescobrivio, @perrotta can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
@cmsbuild Please test |
@perrotta Please sign this |
@@ -1,8 +1,9 @@ | |||
import FWCore.ParameterSet.Config as cms | |||
|
|||
process = cms.Process("CaloGeometryWriter") | |||
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9 |
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.
have you considered using the mechanism introduced at #45764 to avoid having to always manually bump up the version here and elsewhere?
backport of #46386 |
+1 Size: This PR adds an extra 12KB to repository Comparison SummarySummary:
|
Is there a good reason to backport this to 14_1_X? |
hold |
Pull request has been put on hold by @mandrenguyen |
Just to be on par with 14_2_X. Believe 14_1_X will be used for the Heavy Ion run. I see from Salavat's message: (1) in the most recent 14_2_X build CMSSW_14_2_X_2024-10-15-2300 the job ... runs to completion (263 ev) |
Still not clearly whether/why this would be needed for 14_1_X. |
@mandrenguyen these are just test scripts updated with the current default Phase2 geometry, instead of an outdated one. This was already done for a bunch of other Phase2 related tests, and apparently these three were just forgotten. (Marco further proposes to implement an already existing procedure to automatically update the phase2 geometry version instead of having to fix all tests one by one: this is certainly welcome for the master, so that it will get propagated to all future releases, and this maintenance will not be needed any more). I don't see anything worrying in updating these tests: quite likely CMSSW_14_1_X will never be used for Phase2 productions, but nonetheless having tests that can verify if the release is suitable for it doesn't hurt, and certainly does not affect any production for which the release is used. |
+db
|
Fair enough. I just want to have explicit confirmation since the release is currently being validated. By eye this certainly looks safe. |
unhold |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @mandrenguyen, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Correct a few test scripts in CondTools/Geometry (backport of #46386)
PR validation:
Use the runTheMatrix test workflows
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport of #46386