You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
597 B
38 lines
597 B
- pipeline: |
|
name: check |
|
manager: independent |
|
post-review: true |
|
trigger: |
|
gerrit: |
|
- event: patchset-created |
|
success: |
|
gerrit: |
|
Verified: 1 |
|
failure: |
|
gerrit: |
|
Verified: -1 |
|
|
|
- job: |
|
name: base |
|
parent: null |
|
|
|
- job: |
|
parent: base |
|
name: job-output |
|
|
|
- job: |
|
name: job-output-failure |
|
run: playbooks/job-output |
|
post-run: playbooks/job-output-failure-post |
|
|
|
- project: |
|
name: org/project |
|
check: |
|
jobs: |
|
- job-output |
|
|
|
- project: |
|
name: org/project2 |
|
check: |
|
jobs: |
|
- job-output-failure
|
|
|