From 6aa41ee7607f3b266d508c653e2f5c3b36c5e3f7 Mon Sep 17 00:00:00 2001 From: Eytan Kidron Date: Thu, 31 Oct 2019 11:04:07 -0400 Subject: [PATCH] Removed LARGE_MACHINE from bazel/grpc_build_system.bzl --- bazel/grpc_build_system.bzl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl index 3450b791bbd..0ca38b0b2b5 100644 --- a/bazel/grpc_build_system.bzl +++ b/bazel/grpc_build_system.bzl @@ -31,10 +31,6 @@ load("@build_bazel_rules_apple//apple:ios.bzl", "ios_unit_test") # The set of pollers to test against if a test exercises polling POLLERS = ["epollex", "epoll1", "poll"] -# set exec_properties = LARGE_MACHINE, to run the test on a large machine -# see //third_party/toolchains/machine_size for details -LARGE_MACHINE = { "gceMachineType" : "n1-standard-8"} - def if_not_windows(a): return select({ "//:windows": [],