Skip to content

Conversation

@jacob720
Copy link
Contributor

Fixes #1505

Instructions to reviewer on how to test:

  1. Do thing x
  2. Confirm thing y happens

Checks for reviewer

  • Would the PR title make sense to a user on a set of release notes

@jacob720 jacob720 requested a review from a team as a code owner December 18, 2025 14:52
@jacob720 jacob720 added the dev experience Changes relating to developer experience label Dec 18, 2025
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.28%. Comparing base (1771e3b) to head (4e7c52f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1529   +/-   ##
=======================================
  Coverage   92.28%   92.28%           
=======================================
  Files         142      142           
  Lines        8092     8092           
=======================================
  Hits         7468     7468           
  Misses        624      624           
Components Coverage Δ
i24 SSX 78.56% <ø> (ø)
hyperion 97.93% <ø> (ø)
other 98.08% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@DominicOram DominicOram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks, just the one comment

)

# SSH into control machine if not in dev mode
if options.use_control_machine and release_area != DEV_DEPLOY_LOCATION:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should: i think we can remove the use_control_machine too

@jacob720 jacob720 requested a review from DominicOram December 19, 2025 11:40
Copy link
Contributor

@DominicOram DominicOram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks. Just the one minor comment

dev_mode: bool = False
prune_deployments: bool = True

# NOTE For i24 for now will need to set it to false from the command line
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Sorry, this comment should also be deleted.

@jacob720 jacob720 enabled auto-merge (squash) December 19, 2025 13:58
@jacob720 jacob720 merged commit c1346e4 into main Dec 19, 2025
7 of 8 checks passed
@jacob720 jacob720 deleted the 1505_remove_ssh_in_release_script branch December 19, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev experience Changes relating to developer experience

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release script should not remote into control machine

3 participants