From 046d9a0e533c708f230107b176b8e5b2681b50f7 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 1 Mar 2018 14:26:39 -0800 Subject: [PATCH] Add //test/e2e/... and //test/integration/... to //build/visible_to:COMMON_testing --- build/visible_to/BUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build/visible_to/BUILD b/build/visible_to/BUILD index 08ca5450af..094e9260fc 100644 --- a/build/visible_to/BUILD +++ b/build/visible_to/BUILD @@ -40,13 +40,8 @@ package_group( "//hack", "//hack/lib", "//hack/make-rules", - "//test/e2e", - "//test/e2e/framework", - "//test/e2e/kubectl", - "//test/e2e/workload", - "//test/integration/etcd", - "//test/integration/framework", - "//test/integration/kubectl", + "//test/e2e/...", + "//test/integration/...", ], )