Skip to content

Commit 0e644c8

Browse files
committed
e2e-topology-manager: Fix bazel tests
Fix some tests Signed-off-by: vpickard <[email protected]>
1 parent 31b0d7f commit 0e644c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e_node/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ go_test(
110110
"container_log_rotation_test.go",
111111
"container_manager_test.go",
112112
"cpu_manager_test.go",
113-
"topology_manager_test.go",
114113
"critical_pod_test.go",
115114
"density_test.go",
116115
"device_plugin_test.go",
@@ -139,6 +138,7 @@ go_test(
139138
"startup_probe_test.go",
140139
"summary_test.go",
141140
"system_node_critical_test.go",
141+
"topology_manager_test.go",
142142
"volume_manager_test.go",
143143
],
144144
out = "e2e_node.test",
@@ -157,6 +157,7 @@ go_test(
157157
"//pkg/kubelet/cm/cpumanager:go_default_library",
158158
"//pkg/kubelet/cm/cpumanager/state:go_default_library",
159159
"//pkg/kubelet/cm/cpuset:go_default_library",
160+
"//pkg/kubelet/cm/topologymanager:go_default_library",
160161
"//pkg/kubelet/container:go_default_library",
161162
"//pkg/kubelet/eviction:go_default_library",
162163
"//pkg/kubelet/eviction/api:go_default_library",

0 commit comments

Comments
 (0)