My organization’s default workflow runs a lot of containers of tests. Retrying with SSH can be a costly process, since it spins up 150 of containers that remain idle while I SSH into just one.
I want to make a manual SSH “sandbox” that sets up my application and stops short of running any tests or other checks to prevent unnecessary work.
I have this workflow, but I have to manually trigger it and then either cancel and rerun with SSH, or wait til it completes and rerun with SSH.
CTA: Can there be an ability to enable SSH access by default on a job within a workflow?
Thanks!