From 9384937f2f8afb31fc5ecb4f79d8a4cb7e1ee988 Mon Sep 17 00:00:00 2001 From: Klaudiusz Dembler Date: Mon, 21 May 2018 16:13:21 +0200 Subject: [PATCH] Update bazel --- pkg/kubelet/cm/cpumanager/state/BUILD | 1 + pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/kubelet/cm/cpumanager/state/BUILD b/pkg/kubelet/cm/cpumanager/state/BUILD index ae3d7681c0e..d39211962e8 100644 --- a/pkg/kubelet/cm/cpumanager/state/BUILD +++ b/pkg/kubelet/cm/cpumanager/state/BUILD @@ -24,6 +24,7 @@ go_test( name = "go_default_test", srcs = [ "state_checkpoint_test.go", + "state_compatibility_test.go", "state_file_test.go", ], embed = [":go_default_library"], diff --git a/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go b/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go index 6c2e375af6f..228fe0274f4 100644 --- a/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go +++ b/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go @@ -21,8 +21,8 @@ import ( "path" "testing" - "k8s.io/kubernetes/pkg/kubelet/cm/cpuset" "k8s.io/kubernetes/pkg/kubelet/checkpointmanager" + "k8s.io/kubernetes/pkg/kubelet/cm/cpuset" ) const compatibilityTestingCheckpoint = "cpumanager_state_compatibility_test"