Skip to content

Commit

Permalink
cli: bump default worker pool to heavy
Browse files Browse the repository at this point in the history
For the benefit of TestDebugCheckStore.

Closes #122328
Closes #126593

Epic: none

Release note: None
  • Loading branch information
arulajmani committed Jul 3, 2024
1 parent 3f22cb5 commit 683ec53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,10 @@ go_test(
embed = [":cli"],
exec_properties = select({
"//build/toolchains:is_heavy": {"test.Pool": "large"},
"//conditions:default": {"test.Pool": "default"},
# For the benefit of TestDebugCheckStore. That test is skipped under
# race/deadlock, so the "default" configuration is higher than the
# "is_heavy" configuration.
"//conditions:default": {"test.Pool": "heavy"},
}),
shard_count = 16,
deps = [
Expand Down

0 comments on commit 683ec53

Please sign in to comment.