Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 1 | - pipeline: |
| 2 | name: check |
| 3 | description: Standard check |
| 4 | manager: independent |
| 5 | trigger: |
| 6 | github: |
| 7 | - event: pull_request |
| 8 | action: opened |
| 9 | start: |
| 10 | github: |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 11 | status: pending |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 12 | comment: false |
| 13 | success: |
| 14 | github: |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 15 | status: success |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 16 | |
| 17 | - pipeline: |
| 18 | name: reporting |
| 19 | description: Uncommon reporting |
| 20 | manager: independent |
| 21 | trigger: |
| 22 | github: |
| 23 | - event: pull_request |
| 24 | action: comment |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 25 | comment: reporting check |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 26 | start: |
| 27 | github: {} |
| 28 | success: |
| 29 | github: |
| 30 | comment: false |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 31 | status: success |
Jamie Lennox | 3f16de5 | 2017-05-09 14:24:11 +1000 | [diff] [blame] | 32 | status-url: http://logs.example.com/{tenant.name}/{pipeline.name}/{change.project}/{change.number}/{buildset.uuid}/ |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 33 | failure: |
| 34 | github: |
| 35 | comment: false |
| 36 | |
Jesse Keating | 08dab8f | 2017-06-21 12:59:23 +0100 | [diff] [blame] | 37 | - pipeline: |
Jesse Keating | fb6cc99 | 2017-08-01 14:18:13 -0700 | [diff] [blame] | 38 | name: this_is_a_really_stupid_long_name_for_a_pipeline_that_should_never_be_used_in_production_becuase_it_will_be_too_long_for_the_API_to_make_use_of_without_crashing |
| 39 | description: Uncommon reporting |
| 40 | manager: independent |
| 41 | trigger: |
| 42 | github: |
| 43 | - event: pull_request |
| 44 | action: comment |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 45 | comment: long pipeline |
Jesse Keating | fb6cc99 | 2017-08-01 14:18:13 -0700 | [diff] [blame] | 46 | start: |
| 47 | github: |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 48 | status: pending |
Jesse Keating | fb6cc99 | 2017-08-01 14:18:13 -0700 | [diff] [blame] | 49 | success: |
| 50 | github: |
| 51 | comment: false |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 52 | status: success |
Jesse Keating | fb6cc99 | 2017-08-01 14:18:13 -0700 | [diff] [blame] | 53 | status-url: http://logs.example.com/{tenant.name}/{pipeline.name}/{change.project}/{change.number}/{buildset.uuid}/ |
| 54 | failure: |
| 55 | github: |
| 56 | comment: false |
| 57 | |
| 58 | - pipeline: |
Jesse Keating | 08dab8f | 2017-06-21 12:59:23 +0100 | [diff] [blame] | 59 | name: push-reporting |
| 60 | description: Uncommon reporting |
| 61 | manager: independent |
| 62 | trigger: |
| 63 | github: |
| 64 | - event: push |
| 65 | - event: pull_request |
| 66 | action: opened |
| 67 | start: |
| 68 | github: |
| 69 | comment: true |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 70 | status: pending |
Jesse Keating | 08dab8f | 2017-06-21 12:59:23 +0100 | [diff] [blame] | 71 | success: |
| 72 | github: |
| 73 | comment: true |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 74 | status: success |
Jesse Keating | 08dab8f | 2017-06-21 12:59:23 +0100 | [diff] [blame] | 75 | merge: true |
| 76 | failure: |
| 77 | github: |
| 78 | comment: true |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 79 | status: failure |
Jesse Keating | 08dab8f | 2017-06-21 12:59:23 +0100 | [diff] [blame] | 80 | |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 81 | - job: |
James E. Blair | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame] | 82 | name: base |
| 83 | parent: null |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 84 | run: playbooks/base.yaml |
James E. Blair | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame] | 85 | |
| 86 | - job: |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 87 | name: project-test1 |
James E. Blair | 2f589fe | 2017-10-26 12:57:41 -0700 | [diff] [blame^] | 88 | run: playbooks/project-test1.yaml |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 89 | |
| 90 | - project: |
| 91 | name: org/project |
| 92 | check: |
| 93 | jobs: |
| 94 | - project-test1 |
| 95 | reporting: |
| 96 | jobs: |
| 97 | - project-test1 |
Jesse Keating | fb6cc99 | 2017-08-01 14:18:13 -0700 | [diff] [blame] | 98 | this_is_a_really_stupid_long_name_for_a_pipeline_that_should_never_be_used_in_production_becuase_it_will_be_too_long_for_the_API_to_make_use_of_without_crashing: |
| 99 | jobs: |
| 100 | - project-test1 |
Jesse Keating | 08dab8f | 2017-06-21 12:59:23 +0100 | [diff] [blame] | 101 | |
| 102 | - project: |
| 103 | name: org/project2 |
| 104 | push-reporting: |
| 105 | jobs: |
| 106 | - project-test1 |