summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/timer-freeze-job-failure.yaml
blob: 2e6d709bbbd28279aae6392615a1c4f7842c9159 (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
- pipeline:
    name: periodic
    manager: independent
    trigger:
      timer:
        - time: '* * * * * */1'

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

- job:
    name: project-test1
    run: playbooks/project-test1.yaml

- job:
    name: project-test2
    run: playbooks/project-test2.yaml

- project:
    name: org/project
    periodic:
      jobs:
        - project-test2:
            dependencies: project-test1