-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
bindata on master wants to generate #39631
Conversation
Jenkins unit/integration failed for commit 177a1e2. Full PR test history. The magic incantation to run this job again is 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. |
@fabianofranz @brendandburns mind trying against master, this is driving me bonkers |
when I pull this branch and do Can you add -nocompress and regen? I think gzip output changed from 1.6 to 1.7
|
looks like the paths are different when invoked via make vs directly using |
trying the nocompress fix in #39673 |
Automatic merge from submit-queue (batch tested with PRs 39673, 39536, 39617, 39540, 39686) Generate stable bindata output fixes #30621 bindata generation produces spurious diffs when run with different go versions because gzip output is not stable between versions. It also produces spurious diffs when invoked directly vs via make/go:generate. This PR: * adds data to bindata uncompressed (makes translation files human-readable, and the zip files were already compressed... for reference the file was 27.7 KB before, and 20.1 KB with this change) * runs the generation from KUBE_ROOT, so it doesn't matter whether it is invoked directly or via go:generate supercedes #39631
I'm getting a diff produced on master from
Checking to see if it tolerates being checked in.