-
Notifications
You must be signed in to change notification settings - Fork 167
Update stable rc master image to point to v1.14.2-rc1 #1806
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
Conversation
/assign @pwschuurman |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amacaskill, pwschuurman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/test pull-gcp-compute-persistent-disk-csi-driver-e2e |
029257a
to
41f684e
Compare
@@ -43,7 +43,7 @@ var ( | |||
minCpuPlatform = flag.String("min-cpu-platform", "AMD Milan", "Minimum CPU architecture") | |||
zones = flag.String("zones", "us-east4-a,us-east4-c", "Zones to run tests in. If there are multiple zones, separate each by comma") | |||
machineType = flag.String("machine-type", "n2d-standard-2", "Type of machine to provision instance on") | |||
imageURL = flag.String("image-url", "projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2310-amd64", "OS image url to get image from") | |||
imageURL = flag.String("image-url", "projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2404-lts-amd64", "OS image url to get image from") |
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.
The e2e test was failing with
F0814 21:27:42.152971 8151 setup_e2e_test.go:155] Failed to setup instance gce-pd-csi-e2e-us-east4-a: could not create instance gce-pd-csi-e2e-us-east4-a: API error: googleapi: Error 404: The resource 'projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2310-amd64' was not found, notFound
FAIL sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/e2e/tests 60.708s
So I updated to one of the images returned from gcloud compute images list --project=ubuntu-os-cloud | grep ubuntu-minimal
So I'm trying to bump the image and see if that helps
/lgtm |
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: