-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/coordinator: remove access to the legacy gomote implementation #54735
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
Comments
Change https://go.dev/cl/426015 mentions this issue: |
Remote buildlets should not be destroyed by the pool implementations for instances which have been created on clouds. This change adds a check to ensure that the pool implementations can check for remote buildlets for instances which are managed by the session pools. Those sessions will be destroyed by the session pool. The buildlet client accessors for instance names have been changed so that they are no longer GCE specific. The EC2 session pool implementation has been changed so that the instance name is set in the buildlet client when an EC2 instance is created. Updates golang/go#54735 Updates golang/go#54696 Change-Id: Iae3c86cc47b4b79e3287d581dc042dcf2714f7c9 Reviewed-on: https://go-review.googlesource.com/c/build/+/426015 Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Change https://go.dev/cl/430279 mentions this issue: |
Change https://go.dev/cl/430695 mentions this issue: |
This change adds a handler which was mistakenly removed. The handler facilitates local development. Updates golang/go#54735 Change-Id: Ib1e8ca1ea9a3ee6471192e794975bbd5bf74428e Reviewed-on: https://go-review.googlesource.com/c/build/+/430695 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Jenny Rakoczy <jenny@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
Change https://go.dev/cl/456044 mentions this issue: |
This removes the functions which used the depricated gomote API. Updates golang/go#54735 Updates golang/go#53272 Change-Id: I12d2ce823f140f510186109e2755cca8461a30b4 Reviewed-on: https://go-review.googlesource.com/c/build/+/456044 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org>
Change https://go.dev/cl/499595 mentions this issue: |
The new gomote SSH implementation doesn't rely on knowing the user's GitHub account and its public SSH keys, there's no more need for the GitHubOfGomoteUser function and its maintenance. For golang/go#54735. For golang/go#47521. Change-Id: Ic35ad254d8cf8bbd0ef652bedbec7e6222bb1cd9 Reviewed-on: https://go-review.googlesource.com/c/build/+/499595 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
The security model and API for gomote have been changed (see #47521). This issue tracks the removal of the legacy implementation and user access to it.
@golang/release
The text was updated successfully, but these errors were encountered: