Skip to content

Commit

Permalink
Update all the workflow input with GCP Zone
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Jan 3, 2024
1 parent 7e5913c commit f08e92c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f08e92c

Please sign in to comment.