From 1c2e4d88444c9bea702377aed5820736d6a3e7c9 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Tue, 14 Jul 2020 10:06:37 +0800 Subject: [PATCH] Update RBE config to target the new worker pool. --- BUILD.bazel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 37d1372c7..114654e5c 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -46,5 +46,9 @@ platform( name: "dockerPrivileged" value: "true" } + properties: { + name: "gceMachineType" + value: "n1-standard-2" + } """, )