Skip to content

Prevent scap from running outside of a screen or a tmux

Effie Mouzeli requested to merge jiji/scap:effie-screen into master

Sometimes deployers do not run scap within a screen or a tmux. This can be problematic if the deployers connection goes away, and may leave the deployment in a limbo state. For example, in a k8s deployement it is possible that helm might mark a deployment/rollback as pending, preventing any new deployments.

Bug: T361724

Merge request reports