Skip to content

Commit

Permalink
Change to geolocalized instance template
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Jan 3, 2024
1 parent 16c5d73 commit b99f83b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b99f83b

Please sign in to comment.