Add test ssh workflow - #132
Merged
Merged
Conversation
isteinbrecher
marked this pull request as draft
June 15, 2026 10:20
isteinbrecher
temporarily deployed
to
cubit_secrets_trusted
June 15, 2026 10:20 — with
GitHub Actions
Inactive
isteinbrecher
temporarily deployed
to
cubit_secrets_trusted
June 15, 2026 10:22 — with
GitHub Actions
Inactive
isteinbrecher
temporarily deployed
to
cubit_secrets_trusted
June 15, 2026 10:25 — with
GitHub Actions
Inactive
isteinbrecher
temporarily deployed
to
cubit_secrets_trusted
June 15, 2026 10:38 — with
GitHub Actions
Inactive
isteinbrecher
force-pushed
the
ssh-action
branch
from
June 15, 2026 10:42
6bf2c95 to
59087e7
Compare
isteinbrecher
had a problem deploying
to
cubit_secrets_trusted
June 15, 2026 10:43 — with
GitHub Actions
Error
isteinbrecher
force-pushed
the
ssh-action
branch
from
June 17, 2026 15:23
59087e7 to
f907c08
Compare
isteinbrecher
had a problem deploying
to
cubit_secrets_trusted
June 17, 2026 15:23 — with
GitHub Actions
Error
isteinbrecher
marked this pull request as ready for review
June 17, 2026 15:23
There was a problem hiding this comment.
Pull request overview
Adds an SSH-based “remote mode” CI check to ensure CubitPy’s remote execution path works during CI runs that can access Cubit secrets.
Changes:
- Split the previous combined install+test step into separate install and “local mode” test steps.
- Added steps to install/start an SSH server on the runner and validate SSH connectivity.
- Added a second test run using a generated “remote mode” CubitPy config targeting
localhost.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
isteinbrecher
force-pushed
the
ssh-action
branch
from
June 17, 2026 15:26
f907c08 to
764cb96
Compare
isteinbrecher
had a problem deploying
to
cubit_secrets_trusted
June 17, 2026 15:26 — with
GitHub Actions
Error
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.
Test ssh during ci