aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-08-24 11:02:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-24 11:07:09 -0700
commit388cdfeb25043fb8ba4541ce6874b9a7ad965810 (patch)
tree4dc8d0a970c067cd00ba33af22d2a30eb5664dcf /tensorflow/tools/ci_build
parent391bd73cfa754918c5efd960b5afa91acc093a1f (diff)
Internal change
PiperOrigin-RevId: 210124158
Diffstat (limited to 'tensorflow/tools/ci_build')
-rw-r--r--tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh b/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
index 0482cf619a..27b350e13e 100644
--- a/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
+++ b/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
@@ -27,7 +27,7 @@ function run_configure_for_gpu_build {
}
function set_remote_cache_options {
- echo "build --remote_instance_name=projects/tensorflow-testing-cpu" >> "${TMP_BAZELRC}"
+ echo "build --remote_instance_name=projects/tensorflow-testing/instances/default_instance" >> "${TMP_BAZELRC}"
echo "build --experimental_remote_platform_override='properties:{name:\"build\" value:\"windows-x64\"}'" >> "${TMP_BAZELRC}"
echo "build --remote_cache=remotebuildexecution.googleapis.com" >> "${TMP_BAZELRC}"
echo "build --tls_enabled=true" >> "${TMP_BAZELRC}"