summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/regex-template-queue.yaml
blob: f809e0e4308f5017dc06b5805be2bb52c2cafa2d (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:
      queue: integrated
      jobs:
        - base

- project:
    name: ^.*$
    templates:
      - integrated-jobs

- project:
    name: org/project1

- project:
    name: org/project2