-
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
handle FakeHLT steps in trackingOnly workflows #36378
Conversation
test parameters |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36378/27157
|
A new Pull Request was created by @kpedro88 (Kevin Pedro) for master. It involves the following packages:
@jordan-martins, @bbilin, @wajidalikhan, @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-4a7c47/21029/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
kindly pinging @cms-sw/pdmv-l2 @cms-sw/upgrade-l2 |
+1 |
+Upgrade This PR is to handle the fake HLT step in tracking-only workflow. The PR test on tracking-only workflow runs fine. |
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 |
@qliphy @perrotta @kpedro88 This PR has apparently broken the toy:
Reverting it the problem disappears... |
@fabiocos already reported at #36347 (comment) |
PR description:
Some time ago, the Run 2 upgrade workflows were changed to use a fake HLT menu. This created different steps, which were not handled by the trackingOnly special workflows. Now they are.
PR validation:
Checked output of
runTheMatrix.py -nel 10024.1 --dryRun
to see thatRECO:reconstruction_trackingOnly
etc. were in the cmsDriver commands as intended.