Skip to content

Commit 700f41e

Browse files
committed
build: reduce shard_count of allccl_test to 4
This package only has 4 tests. Release note: none Epic: none
1 parent 4c40f45 commit 700f41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ccl/workloadccl/allccl/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ go_test(
4646
"main_test.go",
4747
],
4848
embed = [":allccl"],
49-
shard_count = 16,
49+
shard_count = 4,
5050
deps = [
5151
"//pkg/base",
5252
"//pkg/ccl",

0 commit comments

Comments
 (0)