-
Notifications
You must be signed in to change notification settings - Fork 811
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
Move CloudBuild to N1_HIGHCPU_32 #1668
Move CloudBuild to N1_HIGHCPU_32 #1668
Conversation
Let's try a bigger box, see if that helps with things.
Different flake! |
Weird that it's stuck on status checks through. |
Oh I know why there is no status - that's the cloud function that integrates with this system. I'll get onto that seperately. |
Build Failed 😱 Build Id: a989f1b3-5f80-400a-9659-9f977d9a3a07 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Ooh, that's a new one. Lots of cores means that hugo sometimes falls over:
Going to do a PR to update hugo and docsy then! |
Due to googleforgames#1668, saw that Hugo can fall over with: `fatal error: concurrent map read and map write` When there are lots of CPUs, so decided it was time to take the opportunity to update Hugo. Only big difference was to enable "unsafe" in the markdown engine, so that it would allow HTML in markdown.
Due to googleforgames#1668, saw that Hugo can fall over with: `fatal error: concurrent map read and map write` When there are lots of CPUs, so decided it was time to take the opportunity to update Hugo. Only big difference was to enable "unsafe" in the markdown engine, so that it would allow HTML in markdown.
Due to #1668, saw that Hugo can fall over with: `fatal error: concurrent map read and map write` When there are lots of CPUs, so decided it was time to take the opportunity to update Hugo. Only big difference was to enable "unsafe" in the markdown engine, so that it would allow HTML in markdown.
Build Succeeded 👏 Build Id: 47198892-e944-4876-908c-87a45691af8e 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:
|
Build Succeeded 👏 Build Id: e96d4e42-4a4c-46e9-aabf-708537f58e14 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:
|
Ran in 17 minutes. Shaves off 3-5 minutes or so from the build time. Not bad! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: fd81f466-4cd7-4a2f-94d9-eed69ecd28df 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:
|
Due to googleforgames#1668, saw that Hugo can fall over with: `fatal error: concurrent map read and map write` When there are lots of CPUs, so decided it was time to take the opportunity to update Hugo. Only big difference was to enable "unsafe" in the markdown engine, so that it would allow HTML in markdown.
Let's try a bigger box, see if that helps with things. Co-authored-by: Robert Bailey <robertbailey@google.com>
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Let's try a bigger box, see if that helps with things.
Which issue(s) this PR fixes:
None, just general flakiness and build times.
Special notes for your reviewer:
Let's see what the logs say / build times are like.