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?
Kind Regards