-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all the workflow input with GCP Zone and move to geolocalized instance template #19
Conversation
f08e92c
to
0962476
Compare
220c915
to
4a43a5e
Compare
4a43a5e
to
137ee34
Compare
.github/workflows/main.yaml
Outdated
type: string | ||
zone: | ||
description: GCP zone to host the runner | ||
default: us-west1-b | ||
default: asia-south2-c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the instance template is present in that region only, can we avoid providing option to user to select the zone.
https://github.com/rancher/hosted-providers-e2e/actions/runs/7397821063/job/20125653539#step:6:31
137ee34
to
fd68f4a
Compare
fd68f4a
to
86606e2
Compare
b40fe8f
to
631ddca
Compare
Signed-off-by: Parthvi <parthvi.vala@gmail.com>
Signed-off-by: Parthvi <parthvi.vala@gmail.com>
Signed-off-by: Parthvi <parthvi.vala@gmail.com>
Signed-off-by: Parthvi <parthvi.vala@gmail.com>
Signed-off-by: Parthvi <parthvi.vala@gmail.com>
1ea32f3
to
bcaa18a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, please fix permission issue for EKS tests
It seems to have been fixed, but I will wait until https://github.com/rancher/hosted-providers-e2e/actions/runs/7457933467/job/20290982339 finishes. |
What does this PR do?
This PR adds GCP Zone for running runner in the hosted providers workflow templates so that it is easier to test geolocalized templates and have an option to instantiate the runner in any other region.
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #
Checklist:
1. https://github.com/rancher/hosted-providers-e2e/actions/runs/7395629941/job/201191912352. EKS-E2E3. GKE-E2ESpecial notes for your reviewer: