Commit 9384937f authored by Klaudiusz Dembler's avatar Klaudiusz Dembler

Update bazel

parent de1063bc
...@@ -24,6 +24,7 @@ go_test( ...@@ -24,6 +24,7 @@ go_test(
name = "go_default_test", name = "go_default_test",
srcs = [ srcs = [
"state_checkpoint_test.go", "state_checkpoint_test.go",
"state_compatibility_test.go",
"state_file_test.go", "state_file_test.go",
], ],
embed = [":go_default_library"], embed = [":go_default_library"],
......
...@@ -21,8 +21,8 @@ import ( ...@@ -21,8 +21,8 @@ import (
"path" "path"
"testing" "testing"
"k8s.io/kubernetes/pkg/kubelet/cm/cpuset"
"k8s.io/kubernetes/pkg/kubelet/checkpointmanager" "k8s.io/kubernetes/pkg/kubelet/checkpointmanager"
"k8s.io/kubernetes/pkg/kubelet/cm/cpuset"
) )
const compatibilityTestingCheckpoint = "cpumanager_state_compatibility_test" const compatibilityTestingCheckpoint = "cpumanager_state_compatibility_test"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment