-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Remove FinalPath from the framework #47546
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
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47546/44018
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The feature was a bit of a workaround that constrained the task scheduling system in weird ways, and is no longer being used in HLT.
1b2e405
to
37096f4
Compare
A new Pull Request was created by @makortel for master. It involves the following packages:
@Dr15Jones, @Martin-Grunewald, @cmsbuild, @makortel, @mmusich, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
I think it makes sense. |
Ok. I can prepare a backport (after this PR gets merged). |
+1 Size: This PR adds an extra 132KB to repository Comparison SummarySummary:
|
Comparison differences are related to #47071 |
Pull request #47546 was updated. @Dr15Jones, @Martin-Grunewald, @cmsbuild, @makortel, @mmusich, @smuzaffar can you please check and sign again. |
@cmsbuild, please test |
@smuzaffar @iarspider I'm wondering why the bot removed the |
@makortel investigating. |
Reconstruction:
Why the order has changed:When processing a PR, the bot first collects all commits (as returned by github, sorted by time descending) into a list, then appends any "missing" (squashed) commits from cache, then sorts that list by timestamp. The timestamps we get from GitHub API have a precision of 1s. Since commit e175131 was squashed, it was added to the end of the list, so from bot's point of view it now happened earlier than 37096f4 . FixTo be discussed. We need a better sorting key than (or in addition to) timestamp - e.g. base64-decoded |
Thanks @iarspider. Could you spin your detailed analysis into an issue ( |
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
Comparison differences are related to #47071 |
+core |
+hlt |
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. @rappoccio, @mandrenguyen, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR removes the
FinalPath
feature from the framework following #47529 that removed the use of it from the HLT menu. HLT requested quick removal of the feature from the framework in cms-sw/hlt-confdb#103. This PR also removes the uses ofFinalPath
from HLT tools that were easily found withgit grep
(that was also asked in #47529).Resolves cms-sw/framework-team#1297
PR validation:
Framework unit tests pass.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Not planned to be backported, but theoretically could be backported to 15_0_X if requested.