-
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 Unknown parameter name ClusterShapeCacheSrc specified while calling Modifier #30767
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30767/17099
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages: RecoTracker/IterativeTracking @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test workflow 1325.2,1325.3,10024.4 |
The tests are being triggered in jenkins.
|
urgent |
+1 |
Comparison job queued. |
merge |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
+1 |
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 be automatically merged. |
PR description:
To Fix the failing workflows issue : PR#30766.
raise KeyError("Unknown parameter name "+key+" specified while calling Modifier") KeyError: 'Unknown parameter name ClusterShapeCacheSrc specified while calling Modifier'
The reference PR is PR#30671 : drop type specs in RecoTracker/{MkFit,MeasurementDet,IterativeTracking}