-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/build: update OpenBSD builders to 7.6 #69823
Comments
Some useful details also in #63568 (comment) |
Change https://go.dev/cl/618895 mentions this issue: |
OpenBSD 7.6 has been released, meaning that the only two supported versions are 7.5 and 7.6. Update the image build script for 7.6. Additionally, bump the maxproc limit for the swarming user, which will hopefully reduce the number of failures due to fork/exec returning EAGAIN. Updates golang/go#66474 Updates golang/go#69823 Change-Id: Ie2667de2defefbb6a56adca3dec92d7663c615e4 Reviewed-on: https://go-review.googlesource.com/c/build/+/618895 Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
@dmitshur any idea when/how we can get this rolled out? |
For the 386/amd64 builders that we run as VMs in GCE, this will first need to go through a process similar to what was recently done in #61095 (e.g., see CL 616836 which added the ability to bootstrap the swarming bot for LUCI), which is tracked in #61122. I'll increase the visibility of that issue within our list of available builder-related work, but I can't say how quickly someone will be able to get to it. For reverse builders owned by @golang/openbsd builder owners, it's a matter of updating the OS version where the swarming bot runs. |
I may be missing something, however the The
They're all already on OpenBSD 7.6, with the exception of |
Additionally, as I just noted on #61122, as far as I can see the openbsd/386 image should already be LUCI capable (since openbsd/amd64 and they share the same build script). |
OpenBSD 7.6 has just been released (https://www.openbsd.org/76.html) - this means that the only two supported OpenBSD releases are now 7.5 and 7.6. The current openbsd-amd64 and openbsd-386 builders are running 7.2 which is unsupported. As such, these should be updated to run 7.6.
The text was updated successfully, but these errors were encountered: