Browse Source
We now know, before attempting to run a job, whether the inheritance hierarchy has produced a main playbook for the job. If there is none, error early. Also, in the executor, assume that any specified playbooks are required to exist, and use the more specific version of the error message if they don't. Change-Id: Id7dc5934c665cf939820b12b5ded53adeb60c0a8changes/37/515537/2
5 changed files with 44 additions and 14 deletions
@ -0,0 +1,22 @@
|
||||
- pipeline: |
||||
name: check |
||||
manager: independent |
||||
trigger: |
||||
gerrit: |
||||
- event: patchset-created |
||||
success: |
||||
gerrit: |
||||
Verified: 1 |
||||
failure: |
||||
gerrit: |
||||
Verified: -1 |
||||
|
||||
- job: |
||||
name: base |
||||
parent: null |
||||
|
||||
- project: |
||||
name: org/project |
||||
check: |
||||
jobs: |
||||
- base |
Loading…
Reference in new issue