You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a job can be "sandboxed" or "not sandboxed". I have multiple sandboxes, ranging from default, through docker-based down to qemu one. Depending on the job, I need different levels of isolation - there is no point of starting up qemu to run a small bash script.
Would it be possible to create a "named sandbox switch" as opposed to just "true" and "false" and 1 global option?