-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Improvements to deployment e2e #14917
Improvements to deployment e2e #14917
Conversation
Labelling this PR as size/L |
Unit, integration and GCE e2e build/test failed for commit 68e684b49530d5f45f8c264471d113b8b2f56ca1. |
Unit, integration and GCE e2e build/test failed for commit f917be3d89fea6a3fb34b9ab5218e1f191ca5139. |
d537f6f
to
c6deb44
Compare
Unit, integration and GCE e2e build/test failed for commit c6deb44. |
@k8s-bot ok to test |
No time to review in depth tonight, but wanted to mention there's overlap here with #14130 (especially the refactorings to use the utility which I've incorporated into my rebased branch). Would you consider working to get #14130 in shape and merged before further refactoring in an effort to minimize conflicts as we continue to iterate? |
Unit, integration and GCE e2e test build/test passed for commit c6deb44. |
I am trying to get this in 1.1 |
LGTM. I will rebase after this lands. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Unit, integration and GCE e2e test build/test passed for commit c6deb44. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
…#14917-upstream-release-1.1 Automated cherry pick of #14917 upstream release 1.1
…y-pick-of-#14917-upstream-release-1.1 Automated cherry pick of kubernetes#14917 upstream release 1.1
…y-pick-of-#14917-upstream-release-1.1 Automated cherry pick of kubernetes#14917 upstream release 1.1
Ref #1743
Adding more test cases to deployment e2e:
Also, found and fixed a bug in the controller.
Also, fixed DeploymentControllerSyncPeriod to be same as other controllers.