-
Notifications
You must be signed in to change notification settings - Fork 14
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
schedconf: consume deployer updates #734
Conversation
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c65e341
to
a4f7c57
Compare
a4f7c57
to
b5de7b4
Compare
b5de7b4
to
70e81e6
Compare
70e81e6
to
0125ae8
Compare
port to the new APIs. Reduce significantly the dependencies footprint. Signed-off-by: Francesco Romani <[email protected]>
also update transitive dependencies Signed-off-by: Francesco Romani <[email protected]>
new dep pulled by ginkgo Signed-off-by: Francesco Romani <[email protected]>
7e5e42a
to
1034cdb
Compare
/hold cancel |
/cherry-pick release-4.14 |
@ffromani: once the present PR merges, I will cherry-pick it on top of release-4.14 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@ffromani: #734 failed to apply on top of branch "release-4.14":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
consume deployer update to mutate scheduler config using
unstructured
, which significantly lowers the dependencies footprint. This also enables us to pull the latest kubernetes dependencies.Although there is no expected change of behavior, this change is significant in deployer code and needs proper testing.