x/build: run linux-arm-arm5spacemonkey make.bash cross-compiled on fast machines #20118
Labels
Milestone
Comments
Should we be running for non-trybots? What kind of logic do we want for this? Let's have it configurable per each cross compiler config and add a OnlyForTry boolean to the config. |
arm5 is way too slow to ever be a trybot. We're only going to be running post-submit builds for this builder type. |
Ok. I'll just remove that condition then and always return a config if it's available and there's no kubernetes error. |
Oh, sorry, I misread your comment. We don't want to waste resources cross-compiling for linux-arm for post-submit builds, so:
Yes, that sounds good. Add that bool. |
CL https://golang.org/cl/41755 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running make.bash on the ARM5 spacemonkey hardware takes 27 minutes.
We could cross-compile it from Kubernetes like we do for the linux-arm Scaleway trybot builders.
It looks like it's pretty much already set up in coordinator.go,
But this part means it's not being run for non-trybots:
/cc @zeebo
The text was updated successfully, but these errors were encountered: