Add //test/e2e/... and //test/integration/... to //build/visible_to:COMMON_testing

This commit is contained in:
Jeff Grafton 2018-03-01 14:26:39 -08:00
parent 209cdd9048
commit 046d9a0e53

View File

@ -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/...",
],
)