-
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: separate LUCI swarming bits into its own server app #61912
Comments
@heschi created the new DNS for this. |
Change https://go.dev/cl/519475 mentions this issue: |
This change copies the gomote server functionality from the coordinator into a new server. This will require refactoring after this initial CL. Updates golang/go#61912 For golang/go#61772 Change-Id: I25ef657f4512d034bdc3e98bf2718e5e768be1c4 Reviewed-on: https://go-review.googlesource.com/c/build/+/519475 Run-TryBot: Carlos Amedee <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://go.dev/cl/520239 mentions this issue: |
This change adds files to build the gomote server. There is a small fix on a flag description in the actual gomote server itself. Updates golang/go#61912 For golang/go#61772 Change-Id: If424342975bf210cd27d8b18879210eac53ea8fb Reviewed-on: https://go-review.googlesource.com/c/build/+/520239 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Carlos Amedee <[email protected]>
Change https://go.dev/cl/520655 mentions this issue: |
Change https://go.dev/cl/520695 mentions this issue: |
This change adds the last required configuration files required for building the gomote server. Updates golang/go#61912 For golang/go#61772 Change-Id: I625a4d265260eb95f1a37de8c5b3596b1c2fd7c8 Reviewed-on: https://go-review.googlesource.com/c/build/+/520655 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Carlos Amedee <[email protected]>
Change https://go.dev/cl/525980 mentions this issue: |
This change adds the Kubernetes configuration changes necessary for the gomote server to be deployed in the cluster. It creates a new ingress for the gomote server. It also adds an external IP address for the gomote ssh functionality. Updates golang/go#61912 For golang/go#61772 Change-Id: If821ff368bbd025a566b04f2d9779f2a12ff4cb2 Reviewed-on: https://go-review.googlesource.com/c/build/+/520695 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
This change: - Fixes an issue where the generated version had an extra space appended to the end of it. - Initializes the storage client. - Adds some flags to be registered. For golang/go#61912 Change-Id: I7b07fa9a406cc2858991005148b96f3b1ecc3a6d Reviewed-on: https://go-review.googlesource.com/c/build/+/525980 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
gomote.golang.org and gomotessh.golang.org have been created. The ingress and load balancer has been created. Gomoteserver has been separated into it's own service. The swarming gomote implementation is being created and is being implemented. |
Change https://go.dev/cl/526259 mentions this issue: |
Change https://go.dev/cl/526260 mentions this issue: |
This change creates a new gomote GRPC server implementation which only supports swarming bots. For golang/go#61912 Change-Id: Ib813b5190e0826bcb008c67cacf11b95b9250823 Reviewed-on: https://go-review.googlesource.com/c/build/+/526259 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Change https://go.dev/cl/529356 mentions this issue: |
This change removes any LUCI integration from the gomote implementation used by the coordinator. For golang/go#61912 Change-Id: I735b8ec40196eeac245c1cac43cd3d9e6b50646d Reviewed-on: https://go-review.googlesource.com/c/build/+/529356 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: