Add playbook support to simple_layout in tests

All jobs need playbooks, so make sure that we create a stub playbook
for every job which appears in a simple layout.

Move the test_nonvoting_pipeline test to use simple_layout.

Change-Id: Id207fa3c1d01bfaef49f51c86589781b7892585c
This commit is contained in:
James E. Blair
2017-04-19 12:57:02 -07:00
parent 06cc392c9c
commit b70e55a1fc
9 changed files with 34 additions and 37 deletions

View File

@@ -0,0 +1,25 @@
- pipeline:
name: experimental
manager: independent
trigger:
gerrit:
- event: patchset-created
success:
gerrit: {}
failure:
gerrit: {}
- job:
name: project-merge
hold-following-changes: true
- job:
name: experimental-project-test
- project:
name: org/experimental-project
experimental:
jobs:
- project-merge
- experimental-project-test:
dependencies: project-merge