Skip to content

Commit

Permalink
Merge branch 'master' into async_telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaoguang authored Jul 6, 2022
2 parents ea3ab4c + 0f7faa6 commit 3c2719f
Show file tree
Hide file tree
Showing 118 changed files with 3,786 additions and 1,388 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 3c2719f

Please sign in to comment.