summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/template-project-queue.yaml
blob: ffebd95d6a18245966655c67cc76f620dc6d5a5e (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
- pipeline:
    name: gate
    manager: dependent
    trigger: {}

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

- project-template:
    name: integrated-jobs
    gate:
      jobs:
        - base

- project:
    name: org/project1
    queue: integrated
    templates:
      - integrated-jobs

- project:
    name: org/project2
    queue: integrated
    templates:
      - integrated-jobs