Skip to content

x/build/env/windows: remote desktop client is unreliable on gomote instances. #53272

Open
@cagedmantis

Description

@cagedmantis

The use of remote desktop client is inconsistent across all of the Windows builders in the infrastructure.

  • If possible, ensure all versions of the Windows builders have RDP enabled.
    Add RDP capability to the GRPC gomote command. This should be enabled by tunneling RDP through SSH. The coordinator SSH server should be modified to enable tunneling.

@golang/release

Activity

added
Buildersx/build issues (builders, bots, dashboards)
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Jun 7, 2022
added this to the Unreleased milestone on Jun 7, 2022
modified the milestones: Unreleased, Backlog on Jun 7, 2022
cagedmantis

cagedmantis commented on Dec 9, 2022

@cagedmantis
ContributorAuthor

A possible implementation would be to enable port forwarding on the coordinator's SSH server. An SSH connection could be established with the target gomote instance and then forward the RDP traffic to it.

gopherbot

gopherbot commented on Dec 9, 2022

@gopherbot
Contributor

Change https://go.dev/cl/456044 mentions this issue: cmd/gomote: remove legacy gomote functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Windowshelp wanted

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cagedmantis@gopherbot

        Issue actions

          x/build/env/windows: remote desktop client is unreliable on gomote instances. · Issue #53272 · golang/go