summaryrefslogtreecommitdiff
path: root/releasenotes/notes/gerrit-trigger-status-88cb4c52bd3ba86a.yaml
blob: 479d6c153bd8406bf0437efc11bcb4ab97f06f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
features:
  - |
    Gerrit pipeline triggers now support embedded require and reject
    filters in order to match.  Any conditions set for the pipeline in
    require or reject filters may also be set for event trigger
    filters.

    This can be used to construct pipelines which trigger based on
    certain events but only if certain other conditions are met.  It
    is distinct from pipeline requirements in that it only affects
    items that are directly enqueued whereas pipeline requirements
    affect dependencies as well.
  - |
    All Gerrit "requires" filters are now available as "reject"
    filters as well.
deprecations:
  - |
    The `require-approval` and `reject-approval` Gerrit trigger
    attributes are deprecated.  Use :attr:`pipeline.trigger.<gerrit
    source>.require` and :attr:`pipeline.trigger.<gerrit
    source>.reject` instead.