-
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
create multiple BUILD files in vendor. #40777
Conversation
7c928d8
to
f72494f
Compare
f72494f
to
890f238
Compare
what is MultiBUILDVendor? |
gazel change is merged, should we go with this? |
can you make it more obvious which of the commits is autogenerated? |
@mikedanese want to tag a new gazel release and rebase this? |
I'll regenerate this today. |
890f238
to
1d0068f
Compare
Plan on doing this soon? |
1d0068f
to
caf836d
Compare
should we rebase this and try to get it in? we probably need to find a top-level approver to make this easier. |
3d6a9a4
to
bd23931
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ixdy, mikedanese, smarterclayton, spxtr
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Merge, damn you |
@k8s-bot pull-kubernetes-cross test this |
oh, hm, that actually looks broken:
but not due to this PR. (#41543) |
I think we should just ask build-cop to click the merge button after a rebase. |
I agree - this is important and continually bumped by everything.
|
@mikedanese: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
Flake. @k8s-bot cvm gce e2e test this |
Automatic merge from submit-queue (batch tested with PRs 40777, 43673) |
…nch. The original full PR kubernetes#44423 came after a large PR kubernetes#40777 that split /vendor/BUILD into hundreds of BUILD files. Thus PR 44423's version of rest/BUILD does not exist in the 1.6 release branch, and had to be tweaked here.
Automatic merge from submit-queue Use OS-specific libs when computing client User-Agent in kubectl, etc. This PR fixes issue 44419 in the release branch. This PR is a patchable version of mainline PR #44423 for 1.6 release branch The original full PR #44423 came after a large PR #40777 that split /vendor/BUILD into hundreds of BUILD files. Thus PR 44423's version of rest/BUILD does not exist in the 1.6 release branch, and had to be tweaked here. ```release-note Fix for [Windows kubectl sending full path to binary in User Agent](#44419). ```
The original full PR kubernetes/kubernetes#44423 came after a large PR kubernetes/kubernetes#40777 that split /vendor/BUILD into hundreds of BUILD files. Thus PR 44423's version of rest/BUILD does not exist in the 1.6 release branch, and had to be tweaked here. Kubernetes-commit: a26452b2da054b1326eb809e08b6ae8a6096e758
The original full PR kubernetes/kubernetes#44423 came after a large PR kubernetes/kubernetes#40777 that split /vendor/BUILD into hundreds of BUILD files. Thus PR 44423's version of rest/BUILD does not exist in the 1.6 release branch, and had to be tweaked here. Kubernetes-commit: a26452b2da054b1326eb809e08b6ae8a6096e758
Automatic merge from submit-queue (batch tested with PRs 40777, 43673) create multiple BUILD files in vendor. this should reduce the rebase misery that is vendor/BUILD.
this should reduce the rebase misery that is vendor/BUILD.