zuul/tests/fixtures/layouts/reporting-multiple-github.yaml
James E. Blair 2f589fec6b Update test fixtures to use explicit run
Change-Id: I3060a2bf57cef10a5a7ec5299e3491f1f6751221
2017-10-26 15:59:41 -07:00

49 lines
849 B
YAML

- pipeline:
name: check
description: Standard check
manager: independent
trigger:
github:
- event: pull_request
action: opened
github_ent:
- event: pull_request
action: opened
start:
github:
status: pending
comment: false
github_ent:
status: pending
comment: false
success:
github:
status: success
github_ent:
status: success
- job:
name: base
parent: null
run: playbooks/base.yaml
- job:
name: project1-test1
run: playbooks/project1-test1.yaml
- job:
name: project2-test2
run: playbooks/project2-test2.yaml
- project:
name: org/project1
check:
jobs:
- project1-test1
- project:
name: org/project2
check:
jobs:
- project2-test2