-
Notifications
You must be signed in to change notification settings - Fork 817
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
Preparation for 1.13.0 #1979
Preparation for 1.13.0 #1979
Conversation
Getting ready for the next sprint 🏃
Build Failed 😱 Build Id: 6ceb91c5-3c5f-4f10-a6fb-5be98e28b243 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: c50cdf40-c587-496c-95bc-c7660434e608 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 230f2012-09f8-41ac-bf6d-9ecba86af2a4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
From the error logs:
What I don't understand is what the lock acquisition is for. If we have a mutex, shouldn't it prevent us from trying to run a helm upgrade while another is already in progress? |
Build Failed 😱 Build Id: fdaeb95e-ccd7-4082-b91d-441f56158af7 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey, steven-supersolid 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 |
Having a look at the helm / cluster details, I see:
I think that helm actually doesn't rollback a failed release automatically. I've had to go in a few times now and delete the helm installation when it a failed install occurs, so that it could then be subsequently installed over. I think the answer is to add:
To our helm install/upgrade command. I'll add the command in a PR shortly, and we'll see how that goes. For now, deleting the helm install on the e2e cluster again. |
Build Succeeded 👏 Build Id: 69090c5c-b2fa-4ac8-9afe-276516ccad56 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind release
What this PR does / Why we need it:
Getting ready for the next sprint 🏃
Which issue(s) this PR fixes:
Work on #1977
Special notes for your reviewer:
N/A