-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: remove Scaleway builders #45066
Comments
This is currently in 1.17 milestone, but Go 1.15 will be supported throughout this milestone. Moving to 1.18 and adding early-in-cycle instead. |
Scaleway has advised us that we should migrate away from the c1 instances before July 1, 2021. They are in the process of being deprecated. |
Change https://golang.org/cl/325694 mentions this issue: |
Change https://golang.org/cl/325693 mentions this issue: |
Change https://golang.org/cl/325696 mentions this issue: |
Change https://golang.org/cl/325695 mentions this issue: |
Before the removal of Scaleway as a provider, the
The set of changes introduced by this issue move the builder used to release
These same test failures were encountered when we began using the |
The Scaleway hosts are in the process of being deprecated. This removes the use of Scaleway for releases. The linux-arm-aws builders will be used during the release for Linux ARM packages. Updates golang/go#45066 Change-Id: I1a24917d48c36f8820845689636b4b718a7dc0a5 Reviewed-on: https://go-review.googlesource.com/c/build/+/325693 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Remove all builders hosted on Scaleway. This change also removes the Scaleway coordinator health checks. Fixes golang/go#22749 Updates golang/go#45066 Change-Id: If43fe7f971a2bd969fd7e5f98b4d945e610179e9 Reviewed-on: https://go-review.googlesource.com/c/build/+/325694 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org>
Scaleway builders are no longer in use. The scaleway command is no longer needed to manage instances. The image configuration for Scaleway specific machines will be removed. Updates golang/go#45066 Change-Id: I587ff909993e9c3a60a3c983d60269c931ab3ed1 Reviewed-on: https://go-review.googlesource.com/c/build/+/325695 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org>
Change https://go.dev/cl/408939 mentions this issue: |
Scaleway builders are no longer in use, and most of their code was removed in CL 325694 and CL 325695. This CL removes some more from the rundockerbuildlet command. Updates golang/go#45066. Change-Id: I4b1902ffb8b20ca05f7d76dd041d889decc6f0b1 Reviewed-on: https://go-review.googlesource.com/c/build/+/408939 TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
With the introduction of AWS ARM builders (#36841), we can now remove Scaleway as a hosting provider.
Removing Scaleway will allow us to stop running the scaleway application used to manage instances on the provider.
We will continue to use Scaleway as a provider until:
@golang/release @cherrymui
The text was updated successfully, but these errors were encountered: