Skip to content

Docs feedback: CI configuration performance contradicts CI/CD YAML syntax reference

Problem to solve

This is in reference to the following pages:

In CI configuration performance - Interruptible pipelines, it's mentioned that "By default, all jobs are interruptible," but in CI/CD YAML syntax reference - Interruptible, the interruptible keyword defaults to false.

Proposal

If pipelines are not interruptible by default, when interruptible: true is not specified, then the CI configuration performance - Interruptible pipelines page should be updated. If they are interruptible by default, then the interruptible keyword's default value in CI/CD YAML syntax reference - Interruptible should reflect that.

If there's something I'm missing, such as additional context for CI configuration performance - Interruptible pipelines that, for example, this only applies to jobs in the default .gitlab-ci.yml template, then that should be added.

Edited by 🤖 GitLab Bot 🤖