-
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
Update of the RPC migration to DD4hep #30047
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30047/15752
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30047/15753
|
A new Pull Request was created by @slomeo (Sergio Lo Meo) for master. It involves the following packages: Geometry/RPCGeometryBuilder @perrotta, @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30047/15854
|
please test |
The tests are being triggered in jenkins. |
-1 Tested at: b2790b1 CMSSW: CMSSW_11_2_X_2020-06-03-2300 I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test testDD4hepFilteredView had ERRORS |
Comparison job queued. |
@ianna @cvuosalo looking at https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3104a3/6802/summary.html it seems that there is a problem related to cms-geometry-2021.xml. I deleted this file so I think it is necessary to update some scripts. Am I correct? If I'm correct, can you please take care of it? |
Comparison is ready Comparison Summary:
|
@slomeo - what I was asking is to remove your changes to |
@@ -5,7 +5,7 @@ | |||
# | |||
# Ideal geometry, needed for simulation | |||
DDDetectorESProducer = cms.ESSource("DDDetectorESProducer", | |||
confGeomXMLFiles = cms.FileInPath('DetectorDescription/DDCMS/data/cms-geometry-2021.xml'), | |||
confGeomXMLFiles = cms.FileInPath('Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021.xml'), |
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.
please, remove modifications to this file from your PR
@@ -1,308 +0,0 @@ | |||
<?xml version="1.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.
please, do not delete it in this PR
@@ -4,286 +4,286 @@ | |||
<close_geometry/> | |||
|
|||
<IncludeSection> | |||
<Include ref="Geometry/CMSCommonData/data/materials/2021/v1/materials.xml"/> |
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.
please, remove modifications to this file from this PR
@ianna do you mean a "git restore"? |
I made a new PR, please look to #30121 |
PR description:
Update the RPC migration to DD4hep after @bsunanda PRs #29842 #29943 and @ianna PR #29954.
PR validation:
validation made by Geometry/RPCGeometryBuilder/test/python/validateRPCGeometry_cfg.py
validation by runTheMatrix.py -l 25202.1
25202.1_TTbar_13+TTbar_13+DIGIUP15APVSimu_PU25+RECOUP15_PU25+HARVESTUP15_PU25 Step0-PASSED Step1-PASSED Step2-PASSED Step3-PASSED - time date Fri May 29 17:36:47 2020-date Fri May 29 17:15:13 2020; exit: 0 0 0 0
1 1 1 1 tests passed, 0 0 0 0 failed
if this PR is a backport please specify the original PR and why you need to backport that PR:
nothing special