-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: add LUCI openbsd-arm builder #67103
Comments
Change https://go.dev/cl/584777 mentions this issue: |
The BUILDER_TYPE for these os-arch combinations already exists. I guess I don't need to add anything? Update the configurations to include them in low capacity builders list and copies the timeout scale from the old (non-LUCI) builder settings. For golang/go#67103, golang/go#67104, golang/go#67105. Change-Id: I971be047630edaf9db04346ea2087b663fef2847 Reviewed-on: https://go-review.googlesource.com/c/build/+/584777 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Here's the certificate: openbsd-arm-jsing-1715617750.cert.txt. Note that this may run into the same issue as in #63698 (comment). |
@dmitshur we don't seem to be getting far with this one -
And there does not appear to be anything for https://chrome-infra-packages.appspot.com/p/infra/tools/cipd |
We also likely need |
Yeah, the *bsd-armv7l CIPD binaries haven't been added yet. @bsiegert Do you have plans to work on that? If you @4a6f656c are interested in giving it a shot, that would be appreciated and help us move this forward. In our earlier discussion there was agreement on the implementation plan details, specifically:
I'd expect setting a Go environment variable when running the swarming bot would cause it to propagate, is that not the case? Do we explicitly reset them? In any case, it may still be better to do it in the x/build luci-config branch (e.g., somewhere here to start) so that it has more visibility and that we can adjust it if really needed. This is also the only way to make it vary based on repo or so. |
I will work on OpenBSD/armv7 support in the CIPD binaries. |
Please add a LUCI builder for openbsd/arm with hostname
openbsd-arm-jsing
- note that this will be running on the same hardware as the currenthost-openbsd-arm-joelsing
builder. This machine is not capable of running both forms and will need to be hard migrated at some point in time. CSR for this builder is attached.openbsd-arm-jsing.csr.txt
The text was updated successfully, but these errors were encountered: