Skip to content

Commit 26eb1d8

Browse files
authored
Merge pull request pingcap#5 from lizhenhuan/master
Merge from master
2 parents e31bece + d258078 commit 26eb1d8

File tree

680 files changed

+37237
-18953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

680 files changed

+37237
-18953
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ run --color=yes
55
build:release --workspace_status_command=./build/print-workspace-status.sh --stamp
66
build:release --config=ci
77
build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
8-
build:ci --remote_cache=http://172.16.4.3:8084/tidb
8+
build:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s"
99
test:ci --verbose_failures
1010
test:ci --test_timeout=180
1111
test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings
12-
test:ci --remote_cache=http://172.16.4.3:8084/tidb
12+
test:ci --remote_cache=http://172.16.4.21:8080/tidb --remote_timeout="10s"
1313
test:ci --test_env=TZ=Asia/Shanghai --test_output=errors --experimental_ui_max_stdouterr_bytes=104857600

.github/licenserc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ header:
3636
- 'dumpling/'
3737
- 'tidb-binlog/driver/example'
3838
- 'tidb-binlog/proto/go-binlog/secondary_binlog.pb.go'
39+
- '**/*.sql'
3940
comment: on-failure

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Check License Header
22-
uses: apache/skywalking-eyes@main
22+
uses: apache/skywalking-eyes@v0.3.0
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:

0 commit comments

Comments
 (0)