Skip to content

Commit 53cda47

Browse files
committed
update bazel configuration
Signed-off-by: Francesco Romani <[email protected]>
1 parent bb770c0 commit 53cda47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e_node/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ go_library(
4646
"//test/e2e/common:go_default_library",
4747
"//test/e2e/framework:go_default_library",
4848
"//test/e2e/framework/gpu:go_default_library",
49+
"//test/e2e/framework/kubelet:go_default_library",
4950
"//test/e2e/framework/metrics:go_default_library",
5051
"//test/e2e/framework/node:go_default_library",
5152
"//test/utils/image:go_default_library",
@@ -64,7 +65,6 @@ go_library(
6465
"//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library",
6566
"//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library",
6667
"//staging/src/k8s.io/client-go/kubernetes/typed/core/v1:go_default_library",
67-
"//test/e2e/framework/kubelet:go_default_library",
6868
"//test/e2e/framework/perf:go_default_library",
6969
"//test/e2e/framework/pod:go_default_library",
7070
"//test/e2e/perftype:go_default_library",
@@ -84,7 +84,6 @@ go_library(
8484
"//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library",
8585
"//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library",
8686
"//staging/src/k8s.io/client-go/kubernetes/typed/core/v1:go_default_library",
87-
"//test/e2e/framework/kubelet:go_default_library",
8887
"//test/e2e/framework/perf:go_default_library",
8988
"//test/e2e/framework/pod:go_default_library",
9089
"//test/e2e/perftype:go_default_library",

0 commit comments

Comments
 (0)