Skip to content

Add test coverage for interruptible with child pipelines

Allison Browne requested to merge add-interuptible-test-coverage into master

What does this MR do and why?

Adds more test coverage for interruptible child pipelines. https://docs.gitlab.com/ee/ci/yaml/#interruptible

This is added because interruptible breaks for the solution proposed in #273378 (closed).

There are a few gaps in coverage. The first step is to ensure all test cases are covered that are documented so we don't end up with accidental breakage.

Related to #273378 (closed), !82149 (closed)

How to set up and validate locally

  1. Run the spec
    bin/rspec spec/lib/gitlab/ci/pipeline/chain/cancel_pending_pipelines_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Allison Browne

Merge request reports

Loading