We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c51dc commit 0bbc9fdCopy full SHA for 0bbc9fd
pkg/sql/opt/xform/BUILD.bazel
@@ -80,6 +80,10 @@ go_test(
80
"//pkg/sql/opt/testutils/opttester:testfixtures",
81
],
82
embed = [":xform"],
83
+ exec_properties = select({
84
+ "//build/toolchains:is_heavy": {"test.Pool": "large"},
85
+ "//conditions:default": {"test.Pool": "default"},
86
+ }),
87
deps = [
88
"//pkg/config/zonepb",
89
"//pkg/roachpb",
0 commit comments