From ee741f23afe318e7259605bfa3073a9eac037305 Mon Sep 17 00:00:00 2001 From: Alejandro Escobar Date: Tue, 14 Mar 2017 09:45:05 -0700 Subject: [PATCH] added a space bazel update added new files to reflect that only one method has changed between arch types. forgot to add changes to a commit. changes made and gfmt run. changed node_problem_detector to node_problem_detector_linux and made it linux only. updated bazel --- test/e2e_node/BUILD | 2 +- ...{node_problem_detector.go => node_problem_detector_linux.go} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename test/e2e_node/{node_problem_detector.go => node_problem_detector_linux.go} (99%) diff --git a/test/e2e_node/BUILD b/test/e2e_node/BUILD index c12353fee1f..e21bf667664 100644 --- a/test/e2e_node/BUILD +++ b/test/e2e_node/BUILD @@ -16,7 +16,7 @@ go_library( "doc.go", "gpus.go", "image_list.go", - "node_problem_detector.go", + "node_problem_detector_linux.go", "resource_collector.go", "simple_mount.go", "util.go", diff --git a/test/e2e_node/node_problem_detector.go b/test/e2e_node/node_problem_detector_linux.go similarity index 99% rename from test/e2e_node/node_problem_detector.go rename to test/e2e_node/node_problem_detector_linux.go index 10c9f845c6c..27473e3474f 100644 --- a/test/e2e_node/node_problem_detector.go +++ b/test/e2e_node/node_problem_detector_linux.go @@ -1,3 +1,5 @@ +// +build cgo,linux + /* Copyright 2016 The Kubernetes Authors.