solstice-ci/crates/workflow-runner
Till Wegmueller c2fefb5167
Add per-job SSH key support, refactor scheduler for SSH-based job execution, and remove unused runner endpoint
- Introduce fields in `JobContext` for per-job SSH configuration, including user, key paths, and PEM contents.
- Update the scheduler to support SSH-based execution of jobs, including VM lifecycle management and SSH session handling.
- Add utility functions for SSH execution, guest IP discovery, and runner deployment.
- Remove the unused `/runners/{name}` HTTP endpoint and its associated logic.
- Simplify router creation by refactoring out disabled runner directory handling.

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2025-11-15 18:37:30 +01:00
..
src Add per-job SSH key support, refactor scheduler for SSH-based job execution, and remove unused runner endpoint 2025-11-15 18:37:30 +01:00
Cargo.toml Add bindgen-related configuration and dependencies for cross-compilation 2025-11-01 16:22:37 +01:00