summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/disable_at.yaml
blob: a090d11ef75b071f8bac77dd48d5f41bcfa960fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- pipeline:
    name: check
    manager: independent
    trigger:
      gerrit:
        - event: patchset-created
    success:
      gerrit:
        Verified: 1
    failure:
      gerrit:
        Verified: -1
    disabled:
      smtp:
        to: you@example.com
    disable-after-consecutive-failures: 3

- job:
    name: base
    parent: null
    run: playbooks/base.yaml

- job:
    name: project-test1
    nodeset:
      nodes:
        - name: controller
          label: label1
    run: playbooks/project-test1.yaml

- project:
    name: org/project
    check:
      jobs:
        - project-test1