summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/timer-gitlab.yaml
blob: 4f3efe49b039b24b60377718b87305d599f1710e (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
- pipeline:
    name: periodic
    manager: independent
    trigger:
      timer:
        - time: '* * * * * */1'

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

- job:
    name: project-bitrot
    nodeset:
      nodes:
        - name: static
          label: ubuntu-xenial
    run: playbooks/project-bitrot.yaml

- project:
    name: org/project
    periodic:
      jobs:
        - project-bitrot