diff --git a/pkg/cmd/roachtest/BUILD.bazel b/pkg/cmd/roachtest/BUILD.bazel index 17d3b0bc2306..3af6fa2936f3 100644 --- a/pkg/cmd/roachtest/BUILD.bazel +++ b/pkg/cmd/roachtest/BUILD.bazel @@ -85,6 +85,7 @@ go_binary( name = "roachtest", testonly = 1, embed = [":roachtest_lib"], + exec_properties = {"Pool": "large"}, visibility = ["//visibility:public"], )