Skip to content

Allow interruptible flag in job defaults

With #32022 (closed) a new flag interruptible was introduced in .gitlab-ci.yml job definitions.

Currently this flag seems to be not allowed in the job defaults:

image

It is my understanding that this flag cannot just default to true because of #31776 (closed). However, as most jobs are in fact interruptible, I think it should be allowed inside default:.