summaryrefslogtreecommitdiff
path: root/releasenotes/notes/pipeline-supercedes-ba622ac28df61ffd.yaml
blob: ef28146043980c5cf125d0063ae0331a1c19d84e (plain)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    Pipelines may now indicate that they supercede other pipelines with the
    :attr:`pipeline.supercedes` attribute.

    When a change is enqueued in a pipeline which supercedes others,
    it will be removed from the other pipelines.  For example, a
    :term:`gate` pipeline may supercede a :term:`check` pipeline so
    that test resources are not spent running near-duplicate jobs
    simultaneously.