-
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/cmd/coordinator: stop builders that are ported to LUCI #67761
Comments
Change https://go.dev/cl/586776 mentions this issue: |
Change https://go.dev/cl/589657 mentions this issue: |
Change https://go.dev/cl/589659 mentions this issue: |
Change https://go.dev/cl/589660 mentions this issue: |
Change https://go.dev/cl/589661 mentions this issue: |
I'm looking to largely leave existing coordinator code alone as it's being gradually shut down, before being eventually deleted. This makes it easier to look up past behaviors. Add a small internal package that can be imported both by dashboard and coordinator. It'll hold some state that controls what's been turned off. For golang/go#67761. Change-Id: Iff3615418307fbd925590ccc98306374bb7891ac Reviewed-on: https://go-review.googlesource.com/c/build/+/589657 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
The misc-compile trybots have been ported to LUCI, which is required to run on each CL now, so it's safe to shut down the old misc-compile bots. For golang/go#67761. Change-Id: I860506a6ab113041f0296356c20c4984c86f1c9c Reviewed-on: https://go-review.googlesource.com/c/build/+/586776 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
All of them have been ported to LUCI. Stop running the previous ones and disable their health check. For golang/go#67761. Change-Id: I1128322aa216341641878c785773339bffcf799e Reviewed-on: https://go-review.googlesource.com/c/build/+/589659 Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
All of them have been ported to LUCI. Stop running the previous ones. For golang/go#67761. Change-Id: I1ccd262b18cefcc03471e40ccc2659b703721be7 Reviewed-on: https://go-review.googlesource.com/c/build/+/589660 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Stop running the Linux builders that have been ported to LUCI. Update some tests so it's viable not to delete them yet. For golang/go#67761. Change-Id: Iec53744970f478a63ec6792c3f46d49b17938ec6 Reviewed-on: https://go-review.googlesource.com/c/build/+/589661 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Change https://go.dev/cl/591156 mentions this issue: |
These coordinator-specific reverse builders have stopped doing work as CL 589659 and CL 589660. They're being stopped and so they're no longer expected to connect to the coordinator. For golang/go#67761. Change-Id: Id3a4ab94e24a57bd5dc3db900dd486e348857682 Reviewed-on: https://go-review.googlesource.com/c/build/+/591156 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/592755 mentions this issue: |
The migration to LUCI is far along now that we aren't adding any more new builders to coordinator. Remove the instructions for doing that, and also move the LUCI section to be on top. This will unfortunately require some links to be updated, but there's no way to avoid that. Keep the security note section since its content generally applies to the new system too. For golang/go#67761. Change-Id: I338b5622b1f9020539d1ab309f39127a4f3e0c93 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/592755 Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/596155 mentions this issue: |
The performance testing builders have been migrated to LUCI. For golang/go#67761. Change-Id: Ib6816c5f58f7cfd59b340827f07d2a87830b42bb Reviewed-on: https://go-review.googlesource.com/c/build/+/596155 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/601237 mentions this issue: |
Change https://go.dev/cl/607656 mentions this issue: |
Change https://go.dev/cl/612559 mentions this issue: |
All EC2 builders have been migrated to LUCI and stopped in coordinator. Stop the pool as well. Its permissions have been revoked and it prints errors continuously. Also drop an unhelpful printf. For golang/go#67761. Change-Id: I6ce48e222a2dc88f7d5a7386f8cc9d5b1e8bac71 Reviewed-on: https://go-review.googlesource.com/c/build/+/612559 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tim King <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
These builders have been migrated to LUCI. For golang/go#67761. Change-Id: I5a1672f42db2f873c94e87aa14f18ec85de92cf5 Reviewed-on: https://go-review.googlesource.com/c/build/+/607656 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/646515 mentions this issue: |
These builders have been migrated to LUCI. For golang/go#61095. For golang/go#67761. Change-Id: I677b1a4fabe300c048c38f34f3712c118922eb86 Reviewed-on: https://go-review.googlesource.com/c/build/+/646515 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
This is a tracking issue to trim down coordinator, stopping more of the builders that have been ported to LUCI. This builds on top of the previous dashboard work in #65913.
CC @golang/release.
The text was updated successfully, but these errors were encountered: