Skip to content

Commit c5e8e87

Browse files
authored
Enable bazel remote cache for kokoro tests (#1295)
1 parent aa22376 commit c5e8e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokorun/io_cpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker --version
4848
export PYTHON_VERSION=3.8
4949

5050
export BAZEL_VERSION=$(cat .bazelversion)
51-
export BAZEL_OPTIMIZATION="--copt=-msse4.2 --copt=-mavx --compilation_mode=opt"
51+
export BAZEL_OPTIMIZATION="--copt=-msse4.2 --copt=-mavx --compilation_mode=opt --remote_cache=https://storage.googleapis.com/tensorflow-sigs-io --remote_upload_local_results=false"
5252
export BAZEL_OS=$(uname | tr '[:upper:]' '[:lower:]')
5353

5454
docker run -i --rm -v $PWD:/v -w /v --net=host \

0 commit comments

Comments
 (0)