From 6c13079b49cf59c1a9f0b0f7c0620d8c821e07f0 Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Mon, 17 Nov 2025 12:38:46 -0600 Subject: [PATCH] roachtest: link on `large` pool Release note: none Epic: none --- pkg/cmd/roachtest/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) 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"], )