diff options
author | Bill Feng <yfen@google.com> | 2018-11-27 15:13:33 -0800 |
---|---|---|
committer | Bill Feng <yfen@google.com> | 2018-11-27 15:13:33 -0800 |
commit | eff3b4ec306e4b7cdedab5b42fbbde8f800208aa (patch) | |
tree | 271420404eef9d9061f906c9461d8d79c2b0ce9d | |
parent | 49528b9713d0e60cdb7806cb3c10e2e5b9a92f03 (diff) |
trying standard-16 machine
-rw-r--r-- | third_party/toolchains/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/toolchains/BUILD b/third_party/toolchains/BUILD index 9481d3b137..7df0074b40 100644 --- a/third_party/toolchains/BUILD +++ b/third_party/toolchains/BUILD @@ -68,8 +68,8 @@ platform( value:"docker://gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:9bd8ba020af33edb5f11eff0af2f63b3bcb168cd6566d7b27c6685e717787928" } properties: { - name: "gceMachineType" # Small machines for majority of tests. - value: "n1-highmem-8" + name: "gceMachineType" # Large machines for some resource demanding tests (TSAN). + value: "n1-standard-16" } """, ) |