From be5f478857950d34290c15a5f06345de0f922d22 Mon Sep 17 00:00:00 2001 From: sarab Date: Sun, 2 Apr 2023 02:29:30 +0530 Subject: [PATCH] Switched from N1 to E2 machine --- etcd-manager/cloudbuild-master.yaml | 2 +- etcd-manager/cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etcd-manager/cloudbuild-master.yaml b/etcd-manager/cloudbuild-master.yaml index 1c744a40d..378a1f995 100644 --- a/etcd-manager/cloudbuild-master.yaml +++ b/etcd-manager/cloudbuild-master.yaml @@ -37,4 +37,4 @@ steps: timeout: 1800s options: - machineType: N1_HIGHCPU_8 + machineType: E2_HIGHCPU_8 diff --git a/etcd-manager/cloudbuild.yaml b/etcd-manager/cloudbuild.yaml index eacbe8460..7f304ec27 100644 --- a/etcd-manager/cloudbuild.yaml +++ b/etcd-manager/cloudbuild.yaml @@ -15,4 +15,4 @@ steps: timeout: 3000s options: - machineType: N1_HIGHCPU_8 + machineType: E2_HIGHCPU_8