Modify Rerun With SSH to be more clear when a job will use SSH
K
Keech David
Currently, when rerunning a job that is itself a rerun with SSH enabled, both rerun options will kick off an SSH rerun.
This can be confusing and at the least the UI should be modified to make more clear what these buttons do.
For example, removing the redundant "Rerun with SSH" button and clarifying that a normal rerun will use SSH would resolve a lot of confusion.
K
Keech David
The impact of this for us was that a 7 minute workflow took 45 minutes when rerun with SSH because chained dependent jobs each took 10 minutes to timeout the SSH session before allowing the next job to run. The job we were debugging was the last one in the workflow.