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