-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
update vendored gengo #48630
update vendored gengo #48630
Conversation
Hi @nikhita. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. 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. I understand the commands that are listed here. |
Godeps/Godeps.json
Outdated
@@ -415,7 +416,7 @@ | |||
}, | |||
{ | |||
"ImportPath": "github.com/codegangsta/negroni", | |||
"Comment": "v0.1-62-g8d75e11", | |||
"Comment": "v0.1.0-62-g8d75e11", |
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.
@sttts ptal
/ok-to-test |
hack/godep-save.sh
Outdated
@@ -30,6 +30,7 @@ REQUIRED_BINS=( | |||
"github.com/ugorji/go/codec/codecgen" | |||
"github.com/onsi/ginkgo/ginkgo" | |||
"github.com/jteeuwen/go-bindata/go-bindata" | |||
"k8s.io/gengo/examples/..." |
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.
Added this. 👍
84606d1
to
c33a42f
Compare
/lgtm |
c33a42f
to
6acbc6f
Compare
cc @lavalamp for approval |
verify is failing due to #48653 |
Thanks, @cblecker. |
/retest |
0fd882b
to
222240b
Compare
/retest |
The tests pass locally though:
|
Probably hitting #48675. Running Removed the files that the CI complained of and regenerated them using make. They got updated now. |
/retest |
2 similar comments
/retest |
/retest |
38ac8a2
to
ab26c93
Compare
@nikhita can you squash the last two commits? |
ab26c93
to
40fd2f5
Compare
@sttts done. |
/retest |
1 similar comment
/retest |
Can you rebase? |
@smarterclayton approved? |
40fd2f5
to
69a9af8
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nikhita, sttts Assign the PR to them by writing No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@nikhita PR needs rebase |
I don't think this PR is needed anymore. gengo has already been updated in #48544. Closing. |
Need to fix defaulter-gen for #47263.
To pull in changes from kubernetes/gengo#61.
Release note:
/cc @sttts