-
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: Migrate builders to LUCI #63471
Comments
Added #63480 but seem to be unable to assign to myself or add the new-builder label or add a comment. |
The |
Friendly ping for those owners whose builders haven't been migrated. Please let the team know if there is a timeline to starting the migration. |
Plan 9 support is ongoing, but we need support from Google (#63599). |
The |
I could try moving mips*-rtrk builders, but we don't have enough resources for having both type of builders running in parallel. |
@draganmladjenovic What I did for netbsd-arm64 is to run both the swarming bot and the buildlet on the same machines. That way, the Go team can do the switch when they would like to. |
I will migrate the builder of loong64's platform to LUCI as soon as possible. |
I am not sure who is responsible for aix-ppc64 today. I see @trex58, but I suspect they are no longer responsible for it. @golang/aix? |
I am responsible for aix-ppc64 as of now. I will look into this migration. |
Change https://go.dev/cl/568196 mentions this issue: |
This sets a path forward for hiding builders that have migrated. Outright deleting their configuration is left for a later phase. For golang/go#65913. Updates golang/go#63471. Change-Id: Icaa40cbaf5e9395ef6f82fc70a6febc2ec8bc838 Reviewed-on: https://go-review.googlesource.com/c/build/+/568196 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/574497 mentions this issue: |
Change https://go.dev/cl/574496 mentions this issue: |
These builders are fully ported to LUCI. Given we're now displaying build results from LUCI, start hiding the legacy builder duplicates. For golang/go#65913. For golang/go#63471. Change-Id: I57698e225a28f386740c46936f1b97e16351faee Reviewed-on: https://go-review.googlesource.com/c/build/+/574496 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Hide additional duplicate builders to reduce noise and make progress on the migration to LUCI. This helped me notice that we haven't turned on linux-arm64-longtest and linux-arm64-race in LUCI yet, so I mailed CL 574559 for that. For golang/go#65913. For golang/go#63471. Change-Id: If90aeb37235fc07e399980bed3096a36a3e53fe2 Reviewed-on: https://go-review.googlesource.com/c/build/+/574497 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
Change https://go.dev/cl/575855 mentions this issue: |
They're available as of CL 574559. For golang/go#65913. For golang/go#63471. Change-Id: I916d9db6d3fefe6f07a363adcce7085b6c72a5b7 Reviewed-on: https://go-review.googlesource.com/c/build/+/575855 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
Migrating, see #65398 |
Change https://go.dev/cl/578042 mentions this issue: |
For golang/go#65913. For golang/go#63471. Change-Id: I8db307a98804422e1b004df2a3a9723048e7744e Reviewed-on: https://go-review.googlesource.com/c/build/+/578042 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/578936 mentions this issue: |
The Wasm builders have been ported to LUCI. Their previous coordinator versions aren't being maintained and have stopped passing at tip after CL 577135, because they're still using an old and unsupported wasmtime. Stop these builders from doing work and remove them from legacy trybot set, so that its failure doesn't get in the way of Legacy-TryBots-Pass which is still used for some builders that haven't been ported to LUCI. For golang/go#63471. Change-Id: I4c8b0af80807196b7f03046ecdf1b18851b97b04 Reviewed-on: https://go-review.googlesource.com/c/build/+/578936 Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Change https://go.dev/cl/578975 mentions this issue: |
All linux/ppc64x builders have been ported. Likewise, remove the ppc64le health checkers as they will no longer be needed. Updates golang/go#63471 Change-Id: I539796a1bf9349a17f7e94ea8de81bebcb6ff2b2 Reviewed-on: https://go-review.googlesource.com/c/build/+/578975 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
Change https://go.dev/cl/585295 mentions this issue: |
All linux/loong64 builders have been ported. Updates golang/go#63471 Change-Id: Ic60654595c173ac9d869827bdcaac134b5454889 Reviewed-on: https://go-review.googlesource.com/c/build/+/585295 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: abner chenc <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/586776 mentions this issue: |
Hi Gophers,
The Go team is currently migrating its builders to LUCI and we need your help. As a trusted contributor and owner of the a builder, your input will ensure availability the builder to fellow gophers.
To get started, use these instructions to migrate your builder. Feel free to provide any feedback/tips you have so we can update them for future users. If you have questions, please tag @golang/release.
If you are tagged, you are listed as a owner of a builder that needs migrating.
Thanks for your ongoing support of Go!
The text was updated successfully, but these errors were encountered: