Skip to content

Draft: chore: Make go jobs interruptible

Lucas Charles requested to merge cancel-redundant-pipelines into master

What does this MR do?

By setting interruptible: true we cancel redundant pipelines to ensure only the latest is executing at a given time.

This should save us some 💰

Note: this doesn't actually do anything by default, a given project must have Auto-cancellation of redundant pipelines enabled.

Tested against gitlab-org/security-products/analyzers/gosec!128 (closed)

What are the relevant issue numbers?

gitlab-org/gitlab#340875

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports