From 0bc088fbd3f54f4129520e0e79b21a06394310b6 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Tue, 4 Feb 2020 05:56:27 -0800 Subject: [PATCH] e2-standard-2 --- tools/run_tests/run_xds_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index df682cca3b8..966a7648b61 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -194,7 +194,7 @@ def create_instance_template(compute, name, grpc_port, project): 'tags': { 'items': ['grpc-allow-healthcheck'] }, - 'machineType': 'e2-standard-1', + 'machineType': 'e2-standard-2', 'serviceAccounts': [{ 'email': 'default', 'scopes': ['https://www.googleapis.com/auth/cloud-platform',]