aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar Bill Feng <41599993+billfeng327@users.noreply.github.com>2018-11-28 18:54:21 -0800
committerGravatar GitHub <noreply@github.com>2018-11-28 18:54:21 -0800
commit8b7323df1c36bb855b749985ca301c5531d2e263 (patch)
treef4348584659fe2cbeebb6ab1e173469621f566c8 /test/cpp/qps
parent6697496a1dca9012375c8a00ac6acedaa42449d9 (diff)
parent527ddd99821cd0e0970fdd5b5b4988394f0ea078 (diff)
Merge pull request #17110 from billfeng327/multipool-config
Bazel multipool config update, removed sentinel file
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD
index 26f43284a6..626ac5f3f2 100644
--- a/test/cpp/qps/BUILD
+++ b/test/cpp/qps/BUILD
@@ -170,7 +170,7 @@ grpc_cc_test(
grpc_cc_test(
name = "qps_openloop_test",
srcs = ["qps_openloop_test.cc"],
- data = ["//third_party/toolchains:RBE_USE_MACHINE_TYPE_LARGE"],
+ exec_compatible_with = ["//third_party/toolchains/machine_size:large"],
deps = [
":benchmark_config",
":driver_impl",