diff --git a/.github/workflows/aks.yaml b/.github/workflows/aks.yaml index ccc7e032..c4917251 100644 --- a/.github/workflows/aks.yaml +++ b/.github/workflows/aks.yaml @@ -38,7 +38,10 @@ on: description: Runner template to use default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 type: string - + zone: + description: GCP zone to host the runner + default: us-west1-b + type: string jobs: aks-e2e: uses: ./.github/workflows/main.yaml diff --git a/.github/workflows/eks.yaml b/.github/workflows/eks.yaml index e3d7c31c..1e5170b8 100644 --- a/.github/workflows/eks.yaml +++ b/.github/workflows/eks.yaml @@ -38,7 +38,10 @@ on: description: Runner template to use default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 type: string - + zone: + description: GCP zone to host the runner + default: us-west1-b + type: string jobs: eks-e2e: uses: ./.github/workflows/main.yaml diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index 4c645205..fe268f00 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -38,7 +38,10 @@ on: description: Runner template to use default: hosted-prov-e2e-ci-runner-spot-x86-64-template-n2-highmem-32-v2 type: string - + zone: + description: GCP zone to host the runner + default: us-west1-b + type: string jobs: gke-e2e: uses: ./.github/workflows/main.yaml