-
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
[NGT] Fix double inclusion of Phase2HLTMuonSelectorForL3 module #47049
[NGT] Fix double inclusion of Phase2HLTMuonSelectorForL3 module #47049
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47049/43194 |
A new Pull Request was created by @Parsifal-2045 for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @jfernan2, @mandrenguyen, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type ngt |
test parameters:
|
@cmsbuild, please test |
type bug-fix |
+1 Size: This PR adds an extra 24KB to repository
Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
+hlt
|
commit mmusich@aae2698 offers an implementation (I tested it passes both |
I would look into removing a bunch of SealModules at least from the Muon part of CMSSW in a separate PR |
+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 now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @mandrenguyen, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR fixes the following error:
I first noticed this when developing on top of one of the latest IBs and then followed it in the past few IBs. The IB logs mostly detect it in the arm backend, but I've found the reported error when trying to run the 29850.778 workflow. Curiously, this issue is only present in the IBs: I have not been able to reproduce it starting from CMSSW_15_0_0_pre1 and just merging #46897.
PR validation:
I've tested the fix once again on 29834 and 29850 workflows with no modifiers as well as .777 and .778 in both cases. No such error is reported anymore.