Skip to content

Introduce interruptible to pipelines config

Jean du Plessis requested to merge jduplessis_interruptible into master

Why is this change being made?

To reduce unnecessary pipeline runs we now allow pipelines to be interruptible by a new pipeline except for the master branch.

Tasks

  • Do an audit of all existing jobs, and ensure none will be broken or adversely affected by being made interruptible (see details here: !46250 (comment 337102076))

Related issues

Closes #6995 (closed)

Edited by Chad Woolley

Merge request reports