summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/regex-queue.yaml
blob: 5650e261117f5f9e124872921a39f5f9b12d1845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- pipeline:
    name: gate
    manager: dependent
    trigger: {}

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

- project:
    name: ^.*$
    queue: integrated
    gate:
      jobs:
        - base

- project:
    name: org/project1

- project:
    name: org/project2