From b99f83b334270cc7efa1c8c4867cbced10083a6c Mon Sep 17 00:00:00 2001 From: Parthvi Date: Wed, 3 Jan 2024 15:27:46 +0530 Subject: [PATCH] Change to geolocalized instance template --- .github/workflows/aks.yaml | 2 +- .github/workflows/eks.yaml | 4 ++-- .github/workflows/gke.yaml | 4 ++-- .github/workflows/main.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/aks.yaml b/.github/workflows/aks.yaml index 415221ea..c0a6d35b 100644 --- a/.github/workflows/aks.yaml +++ b/.github/workflows/aks.yaml @@ -41,7 +41,7 @@ on: type: boolean runner_template: description: Runner template to use - default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 + default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v1 type: string zone: description: GCP zone to host the runner diff --git a/.github/workflows/eks.yaml b/.github/workflows/eks.yaml index 364639a6..0e293cf0 100644 --- a/.github/workflows/eks.yaml +++ b/.github/workflows/eks.yaml @@ -41,11 +41,11 @@ on: type: boolean runner_template: description: Runner template to use - default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 + default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v1 type: string zone: description: GCP zone to host the runner - default: us-west1-b + default: asia-south2-c type: string jobs: eks-e2e: diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index b1096cf2..0fd80f01 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -42,11 +42,11 @@ on: type: boolean runner_template: description: Runner template to use - default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 + default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v1 type: string zone: description: GCP zone to host the runner - default: us-west1-b + default: asia-south2-c type: string jobs: gke-e2e: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 346f8242..fd290160 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -37,11 +37,11 @@ on: type: boolean runner_template: description: Runner template to use - default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 + default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v1 type: string zone: description: GCP zone to host the runner - default: us-west1-b + default: asia-south2-c type: string env: