summaryrefslogtreecommitdiff
path: root/tests/fixtures/layout-merge-queues.yaml
blob: b328341c4dcb89a8c889d2e96fc8023409a77ff2 (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
pipelines:
  - name: gate
    manager: DependentPipelineManager
    precedence: low
    trigger:
      gerrit:
        - event: comment-added
          approval:
            - Approved: 1

projects:
  - name: projectA
    gate:
      - test-only-a
      - common-test1

  - name: projectB
    gate:
      - test-only-b
      - common-test2

  - name: projectC
    gate:
      - common-test1
      - common-test2