Make kubernetes-src.tar.gz contain source code again#36407
Make kubernetes-src.tar.gz contain source code again#36407k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
/lgtm but I'm not familiar with the build so @jbeda should probably take a look |
|
Since I referenced it, the old logic I mostly copied: |
|
Jenkins GCE Node e2e failed for commit 8a7153571f2a6f3a349f81032ebbfd036ba8fef6. Full PR test history. The magic incantation to run this job again is |
|
@k8s-bot node e2e test this |
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
|
FYI this appears to be doing the right thing: $ curl -s https://storage.googleapis.com/kubernetes-release-pull/ci/pull-kubernetes-e2e-gce/v1.6.0-alpha.0.184+db393f07f35044/kubernetes-src.tar.gz | tar tzvf - | wc -l
13979 |
8a71535 to
d15b989
Compare
d15b989 to
8b878b0
Compare
|
Jenkins GCE etcd3 e2e failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
Jenkins GCI GCE e2e failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
Jenkins GCE e2e failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
Jenkins GKE smoke e2e failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
Readding LGTM. Also ok for post-code freeze merge since this fixes a build issue. |
|
Jenkins GCI GKE smoke e2e failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
Jenkins Kubemark GCE e2e failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
Jenkins unit/integration failed for commit d15b98989a015db2ace19ca589d155ff13d9563b. Full PR test history. The magic incantation to run this job again is |
|
I'm still working on something, let's not merge this yet. |
Ack |
|
Automatic merge from submit-queue |
|
wtf SQ! |
Automatic merge from submit-queue Fix find pattern in generating kubernetes src tarball #36407 wasn't supposed to merge. This fixes a small issue in it.
|
I'm sorry I'm behind the ball here, but is there a reason not to use |
|
If I'd known about |
What this PR does / why we need it: This PR fixes
kubernetes-src.tar.gzby reviving the logic forkube-source.tar.gzfrom before #30787.Which issue this PR fixes: fixes #36403
@saad-ali @jbeda @zmerlynn
This change is