Skip to content

Commit

Permalink
bazel: enable announcerc (#37217)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 19, 2022
1 parent c61199a commit 8b5b724
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ startup --unlimit_coredumps

run:ci --color=yes

build --announce_rc
build --java_language_version=17
build --java_runtime_version=17
build --tool_java_language_version=17
Expand Down
1 change: 1 addition & 0 deletions br/pkg/lightning/backend/local/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ go_library(
"//parser/mysql",
"//table",
"//tablecodec",
"//types",
"//util/codec",
"//util/engine",
"//util/hack",
Expand Down
3 changes: 1 addition & 2 deletions executor/seqtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ go_test(
"seq_executor_test.go",
],
flaky = True,
shard_count = 30,
shard_count = 39,
deps = [
"//config",
"//ddl/testutil",
"//ddl/util",
"//errno",
"//executor",
"//expression",
"//infoschema",
"//kv",
"//meta/autoid",
"//metrics",
Expand Down
5 changes: 5 additions & 0 deletions executor/splittest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ go_test(
"//ddl",
"//domain/infosync",
"//errno",
"//kv",
"//parser/mysql",
"//parser/terror",
"//planner/core",
"//sessionctx/variable",
"//store/copr",
"//store/driver/backoff",
"//store/helper",
"//table",
"//testkit",
"//testkit/external",
"//util/benchdaily",
"//util/dbterror",
"@com_github_stretchr_testify//require",
"@org_uber_go_goleak//:goleak",
Expand Down
1 change: 1 addition & 0 deletions planner/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ go_test(
"partition_pruning_test.go",
"physical_plan_test.go",
"physical_plan_trace_test.go",
"plan_cache_test.go",
"plan_cache_utils_test.go",
"plan_cost_detail_test.go",
"plan_cost_test.go",
Expand Down
1 change: 0 additions & 1 deletion session/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ go_test(
"//errno",
"//executor",
"//expression",
"//infoschema",
"//kv",
"//meta",
"//parser/ast",
Expand Down

0 comments on commit 8b5b724

Please sign in to comment.