From bb5f5bceb00c7f643140e3bf78e82637fe429f2a Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Wed, 6 Jul 2022 00:09:01 +0800 Subject: [PATCH] *: change remote cache (#35968) --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index e1e11044ae533..855bc5770e169 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,9 +5,9 @@ run --color=yes build:release --workspace_status_command=./build/print-workspace-status.sh --stamp build:release --config=ci build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution -build:ci --remote_cache=http://172.16.4.3:8084/tidb +build:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s" test:ci --verbose_failures test:ci --test_timeout=180 test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings -test:ci --remote_cache=http://172.16.4.3:8084/tidb +test:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s" test:ci --test_env=TZ=Asia/Shanghai --test_output=errors --experimental_ui_max_stdouterr_bytes=104857600