[eas-cli] add --ssh to workflow:run#4033
Draft
gwdp wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 16, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## gwdp/eng-24550-workflow-ssh-command #4033 +/- ##
======================================================================
Coverage ? 61.26%
======================================================================
Files ? 967
Lines ? 43070
Branches ? 9085
======================================================================
Hits ? 26382
Misses ? 16594
Partials ? 94 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gwdp
force-pushed
the
gwdp/eng-24550-workflow-run-ssh-flag
branch
from
July 16, 2026 19:05
1f547bf to
778203e
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-ssh-command
branch
2 times, most recently
from
July 16, 2026 22:18
f3f63db to
b3131bb
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-run-ssh-flag
branch
from
July 16, 2026 22:18
778203e to
5d9f23c
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-ssh-command
branch
from
July 16, 2026 22:20
b3131bb to
cc50b51
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-run-ssh-flag
branch
from
July 16, 2026 22:20
5d9f23c to
12588a3
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-ssh-command
branch
from
July 17, 2026 02:37
cc50b51 to
4d9be2c
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-run-ssh-flag
branch
from
July 17, 2026 02:37
12588a3 to
0a9a189
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-ssh-command
branch
from
July 21, 2026 02:08
4d9be2c to
43999d9
Compare
gwdp
force-pushed
the
gwdp/eng-24550-workflow-run-ssh-flag
branch
from
July 21, 2026 02:08
0a9a189 to
dc55796
Compare
|
✅ Thank you for adding the changelog entry! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Why
Lets you enable SSH when starting a run, so you can connect to it afterwards with
eas workflow:ssh:How
Adds
--sshand--ssh-idle-timeouttoworkflow:run. The flags feed a single SSH input on both run-creation mutations, which marks the run's VM jobs as SSH-enabled.--ssh-idle-timeoutwithout--sshis rejected; the server owns the timeout default and clamp.Test Plan
Unit tests cover input resolution, including the timeout-without-
--sshrejection. CI passes.