Skip to content
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/internal/coordinator/remote: improve how work directories are set on gomote instances #65826

Open
cagedmantis opened this issue Feb 20, 2024 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@cagedmantis
Copy link
Contributor

Currently, when you SSH into a gomote, the proxy inserts a command to change into the working directory. Historically, this has caused different platforms to have different experiences when the SSH user starts their session. There should be a way of improving this experience. One possible solution is by modifying the SSH server in the buildlet to initiate the user's session in the work directory.

@cagedmantis cagedmantis added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Feb 20, 2024
@cagedmantis cagedmantis added this to the Backlog milestone Feb 20, 2024
@dmitshur
Copy link
Contributor

Moving to Unreleased, since Backlog seems to be for issues tied to the Go release cycle that aren't assigned a specific release milestone yet. (https://go.dev/wiki/HandlingIssues#milestones)

@dmitshur dmitshur modified the milestones: Backlog, Unreleased Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants