aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2018-07-24 14:23:50 -0700
committerGravatar GitHub <noreply@github.com>2018-07-24 14:23:50 -0700
commit254841d8fa2065ab4efb749d8bafe7f965e1a8f3 (patch)
tree1a01c3ec90d83fc9da111e6f95c0151b78c2d79f
parent3fd42677776ac03b2be4ebaf27e8fb0d4c589ac0 (diff)
parent04fda25e6e2b6ecfbfd2f8df4db051fd184d0f3d (diff)
Merge pull request #16117 from adelez/foundry2
Use n1-highmem-2 for most tests.
-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.