-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Bump cAdvisor (and dependencies) godeps version #25914
Conversation
Oops, looks like it wasn't supposed to remove ginko - I'll fix that. |
Added back gingko & codecgen |
@@ -1,7 +1,7 @@ | |||
{ | |||
"ImportPath": "k8s.io/kubernetes", | |||
"GoVersion": "go1.6", | |||
"GodepVersion": "v63", | |||
"GodepVersion": "v69", |
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.
Why update godep version?
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.
It looks like we're not pinning versions anymore, so I figured I should use the latest.
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.
Just one nit. Otherwise LGTM. |
LGTM. Please feel free to apply lgtm once the tests passed. |
Hmm, that failure looks bad. Investigating. |
I got bit by go's nil-interface handling (stretchr/testify#311). The partial failure handling in cAdvisor needs to be fixed. |
Updated to include google/cadvisor#1294 |
For some reason rerunning |
Rebased. |
Reverted collateral change to |
Automatic merge from submit-queue Handle cAdvisor partial failures Kubernetes side of google/cadvisor#1286 Partially fixes #25131 (Depends on cAdvisor Godeps bump #25914) /cc @kubernetes/sig-node
Rebased |
@timstclair |
Reapplying LGTM, removed because of merge bot flake. |
were all the golang.org/x/sys/unix files supposed to be removed by this? |
@liggitt They weren't. Apparently we were vendoring 2 copies of them, 1 through the github.com/fsouza/go-dockerclient which was intentionally removed (k8s & cadvisor moved to the official docker client). The vendor/golang.org/x/sys/unix/* files should still be present though. |
Because submit queue is blocked, I'm going to kick off re-tests of the top 5 PRs in the queue, then merge them if they pass. |
GCE e2e build/test passed for commit 237f90d. |
Includes important bug fixes for v1.3, as well as support for rktnetes.