Patch: Remove hltPhase2PixelVertices from DST_HeterogeneousReco - #51627
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51627/50457
|
|
type bug-fix |
|
type ngt |
|
test parameters:
|
|
@cmsbuild please test |
|
A new Pull Request was created by @EmanueleCoradin for master. It involves the following packages:
@Martin-Grunewald, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
|
+hlt |
|
urgent
|
|
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. @sextonkennedy, @mandrenguyen, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
PR #51042 added the
hltPhase2PixelVerticesto DST_HeterogeneousReco_cfi.py but since it is not a heterogeneous module, it should not be included there.As a result, it causes failures in the new
test_heterogeneousMenuintroduced by PR #51583 (logs).This PR should fix the issue.