aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-07-24 12:11:16 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-07-24 12:11:24 -0700
commit04fda25e6e2b6ecfbfd2f8df4db051fd184d0f3d (patch)
treef275a0aa9f2a72e36c70e0f1ba763023abfb23c6 /third_party
parentaf1edd806ec5f4b7ad8c34a98515614be55d10c3 (diff)
Use n1-highmem-2 for most tests.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/toolchains/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/toolchains/BUILD b/third_party/toolchains/BUILD
index 29fc4fdaf3..02cd87a7b9 100644
--- a/third_party/toolchains/BUILD
+++ b/third_party/toolchains/BUILD
@@ -42,7 +42,7 @@ platform(
}
properties: {
name: "gceMachineType" # Small machines for majority of tests.
- value: "n1-standard-1"
+ value: "n1-highmem-2"
}
properties: {
name: "gceMachineType_LARGE" # Large machines for a small set of resource-consuming tests such as combiner_tests under TSAN.