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

25 lines
423 B
YAML

- pipeline:
name: check
manager: independent
trigger:
github:
- event: pull_request
action:
- opened
- changed
- job:
name: base
parent: null
run: playbooks/base.yaml
- job:
name: one-job-project-merge
run: playbooks/one-job-project-merge.yaml
- project:
name: org/one-job-project
check:
jobs:
- one-job-project-merge