-
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
fix VectorHits
workflows with PU
#38468
Conversation
type bug-fix |
test parameters:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38468/30681
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@jordan-martins, @bbilin, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9b0760/25700/summary.html Comparison SummarySummary:
|
please test workflow 39634.9
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9b0760/25764/summary.html Comparison SummarySummary:
|
Hi @cms-sw/orp-l2, @smuzaffar, |
@mmusich the problem is that you are using both "upgrade" and "cleanedupgrade". The latter exists so that the former does not have to be used, because it would cause duplicate workflow conflicts with "standard". Instead, using both of them together causes different duplicate workflow conflicts, as the relvals console log indicates:
The correct option is: |
test parameters:
|
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9b0760/25809/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
@cms-sw/pdmv-l2 @cms-sw/upgrade-l2 now that the tests are finally proving that the Harvesting step for wf 39634.9 is running fine (see log), please consider signing this. |
+pdmv |
+Upgrade This PR just add HarvestGlobal to the vectorhits workflow. |
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 |
PR description:
it was noticed by @JanFSchulte that running wf
39634.9
it was crashing on the harvesting step with a seg fault inPhase2ITRecHitHarvester:Phase2OTTrackingRechitHarvester_PS
.This happens because this protection:
cmssw/Validation/SiTrackerPhase2V/python/Phase2TrackerMCHarvesting_cff.py
Lines 70 to 71 in c3498e8
was not picked up, as the modifier was not applied in the harvesting step.
This PR trivially fixes the problem.
PR validation:
Run the wf 39634.9 and I get:
as expected (notice the modifier gets added to the step4).
if this PR is a backport please specify the original PR and why you need to backport that PR:
Not a backport but will be backported.