Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 1 | - pipeline: |
2 | name: check | ||||
3 | manager: independent | ||||
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 4 | trigger: |
5 | gerrit: | ||||
6 | - event: patchset-created | ||||
7 | success: | ||||
8 | gerrit: | ||||
Tobias Henkel | ea98a19 | 2017-05-29 21:15:17 +0200 | [diff] [blame] | 9 | Verified: 1 |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 10 | failure: |
11 | gerrit: | ||||
Tobias Henkel | ea98a19 | 2017-05-29 21:15:17 +0200 | [diff] [blame] | 12 | Verified: -1 |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 13 | |
14 | - pipeline: | ||||
15 | name: periodic | ||||
16 | manager: independent | ||||
17 | # Trigger is required, set it to one that is a noop | ||||
18 | # during tests that check the timer trigger. | ||||
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 19 | trigger: |
20 | gerrit: | ||||
21 | - event: ref-updated | ||||
22 | |||||
23 | - job: | ||||
James E. Blair | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame^] | 24 | name: base |
25 | parent: null | ||||
26 | |||||
27 | - job: | ||||
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 28 | name: project-test1 |
29 | |||||
30 | - job: | ||||
James E. Blair | 2103778 | 2017-07-19 11:56:55 -0700 | [diff] [blame] | 31 | name: project-bitrot |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 32 | nodes: |
33 | - name: static | ||||
James E. Blair | 16d96a0 | 2017-06-08 11:32:56 -0700 | [diff] [blame] | 34 | label: ubuntu-xenial |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 35 | |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 36 | - project: |
37 | name: org/project | ||||
38 | check: | ||||
39 | jobs: | ||||
40 | - project-test1 | ||||
41 | periodic: | ||||
42 | jobs: | ||||
James E. Blair | 2103778 | 2017-07-19 11:56:55 -0700 | [diff] [blame] | 43 | - project-bitrot |