summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/repo-checkout-timer.yaml
blob: 739c0664b2e21c5dc882641434b2a0354f0557ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- pipeline:
    name: periodic
    manager: independent
    trigger:
      timer:
        - time: '* * * * * */1'

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

- job:
    name: integration
    required-projects:
      - org/project1
    run: playbooks/integration.yaml

- project:
    name: org/project1
    periodic:
      jobs:
        - integration