Add //test/e2e/... and //test/integration/... to //build/visible_to:COMMON_testing#60669
Conversation
| "//test/integration/etcd", | ||
| "//test/integration/framework", | ||
| "//test/integration/kubectl", | ||
| "//test/e2e/...", |
There was a problem hiding this comment.
I somewhat feel like //test/e2e shouldn't be allowed to depend on large swaths of the tree, but that's probably work for another day...
|
Works in my environment: /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, ixdy, kad The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/assign @spiffxp @fejta @stevekuznetsov @timothysc can one of you please approve for the v1.10 milestone? thanks! |
|
/status approved-for-milestone |
|
You must be a member of the kubernetes/kubernetes-milestone-maintainers github team to add status labels. |
|
/woof |
DetailsIn response to this:
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. |
|
@ixdy looks like no, I cannot |
|
manually adding because @stevekuznetsov is a sig-testing lead |
|
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process @BenTheElder @fejta @ixdy @kad @monopole @spiffxp @stevekuznetsov @timothysc Pull Request Labels
|
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |

What this PR does / why we need it: adds the common test packages
//test/e2e/...and//test/integration/...to theCOMMON_testingpackage group.The immediate need for this is that #60580 unintentionally broke the integration tests under bazel since it added a new dependency on
//pkg/kubectl/cmd/utilwithout adding an appropriate entry to//build/visible_to:COMMON_testing, and the integration tests aren't currently run under bazel for PRs.This PR fixes this breakage and proactively fixes future breakages by adding all packages under
//test/e2eor//test/integrationtoCOMMON_testing.Release note:
/assign @BenTheElder @monopole
/kind bug
/priority important-soon
/sig testing
cc @kad