-
Notifications
You must be signed in to change notification settings - Fork 107
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 11909 Uses MSPileupUtils getPileupDocs in all Instances #11910
Fix 11909 Uses MSPileupUtils getPileupDocs in all Instances #11910
Conversation
Jenkins results:
|
Jenkins results:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@d-ylee Dennis, this code is looking good in general. However, I left a couple of suggestions along the code. Once you make those modifications, feel free to squash commits please.
src/python/WMComponent/WorkflowUpdater/WorkflowUpdaterPoller.py
Outdated
Show resolved
Hide resolved
9d8c3fa
to
8aa91e5
Compare
Jenkins results:
|
Deprecate Tools.Common.getPileupDocs Removed unused code
8aa91e5
to
d4de61b
Compare
Jenkins results:
|
@amaltaro I have made the recommended changes and squashed the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Dennis!
Fixes #11909
Status
Not tested
Description
Replaces
getPileupDocs
inMSTransferor
andWorkflowUpdatorPoller
withMSPileupUtils.getPileupDocs
Is it backward compatible (if not, which system it affects?)
MAYBE
Related PRs
#11905
External dependencies / deployment changes
N/A