[eas-build-job] Add SSH build phase - #4029
Merged
Merged
Conversation
Contributor
Author
This was referenced Jul 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4029 +/- ##
==========================================
+ Coverage 62.27% 62.27% +0.01%
==========================================
Files 994 994
Lines 44732 44733 +1
Branches 9412 9412
==========================================
+ Hits 27851 27852 +1
Misses 15434 15434
Partials 1447 1447 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gwdp
force-pushed
the
gwdp/eng-24547-eas-build-job-ssh
branch
3 times, most recently
from
July 21, 2026 02:08
19047e6 to
1277e59
Compare
gwdp
force-pushed
the
gwdp/eng-24547-eas-build-job-ssh
branch
from
July 24, 2026 00:52
1277e59 to
1c822ac
Compare
gwdp
marked this pull request as ready for review
July 24, 2026 03:01
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
gwdp
force-pushed
the
gwdp/eng-24547-eas-build-job-ssh
branch
2 times, most recently
from
July 24, 2026 03:13
45758d8 to
3906608
Compare
sjchmiela
approved these changes
Jul 24, 2026
gwdp
force-pushed
the
gwdp/eng-24547-eas-build-job-ssh
branch
5 times, most recently
from
July 27, 2026 00:23
fb94788 to
88f6a3b
Compare
gwdp
force-pushed
the
gwdp/eng-24547-eas-build-job-ssh
branch
from
July 29, 2026 22:13
88f6a3b to
8297089
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
First PR in the worker SSH stack (ENG-24547). An SSH session needs its own build phase so it shows up as a distinct step in the build logs and on the website instead of being folded into an unrelated phase.
How
Adds an
SSH_SESSIONentry to theBuildPhaseenum, with its log display name and website id. No runtime behavior yet; later PRs in the stack use the phase.Test Plan
Enum addition with no runtime behavior. CI passes.