Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'xos' repo |
| 3 | |
| 4 | - project: |
| 5 | name: xos |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
Zack Williams | ba2aea0 | 2018-12-17 22:37:45 -0700 | [diff] [blame] | 9 | - 'verify-xos-jobs-licensed-versioned': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | - 'verify-xos-jobs-code': |
Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -0700 | [diff] [blame] | 12 | branch-regexp: '{supported-branches-regexp}' |
| 13 | |
Zack Williams | ba2aea0 | 2018-12-17 22:37:45 -0700 | [diff] [blame] | 14 | # these two job groups are split so that documentation-only patches can go into |
| 15 | # the XOS repo without invoking all the code-level tests. |
| 16 | # |
| 17 | # Items in the 'verify-xos-jobs-code' job-group only trigger with |
| 18 | # 'non-doc-files-regexp', which excludes the docs/* and VERSION file |
| 19 | |
Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -0700 | [diff] [blame] | 20 | - job-group: |
Zack Williams | ba2aea0 | 2018-12-17 22:37:45 -0700 | [diff] [blame] | 21 | name: 'verify-xos-jobs-licensed-versioned' |
Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -0700 | [diff] [blame] | 22 | jobs: |
| 23 | - 'verify-licensed' |
Zack Williams | b7a509a | 2018-06-22 17:00:50 -0700 | [diff] [blame] | 24 | - 'tag-collision-reject': |
Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -0700 | [diff] [blame] | 25 | dependency-jobs: 'verify_xos_licensed' |
Zack Williams | ba2aea0 | 2018-12-17 22:37:45 -0700 | [diff] [blame] | 26 | |
| 27 | - job-group: |
| 28 | name: 'verify-xos-jobs-code' |
| 29 | jobs: |
| 30 | - 'verify-sonarqube' |
Kailash Khalasi | 38cb5cd | 2018-05-16 09:49:15 -0700 | [diff] [blame] | 31 | - 'xos-unit-test': |
Zack Williams | 9d68aa3 | 2018-07-12 11:50:37 -0700 | [diff] [blame] | 32 | dependency-jobs: 'verify_xos_sonarqube' |
Zack Williams | 15bc4a5 | 2018-07-23 15:31:58 -0700 | [diff] [blame] | 33 | - 'synchronizer-update': |
Zack Williams | 9d68aa3 | 2018-07-12 11:50:37 -0700 | [diff] [blame] | 34 | dependency-jobs: 'verify_xos_unit-test' |
Zack Williams | 15bc4a5 | 2018-07-23 15:31:58 -0700 | [diff] [blame] | 35 | - 'api-test': |
| 36 | dependency-jobs: 'verify_xos_synchronizer-update' |
Zack Williams | 9d68aa3 | 2018-07-12 11:50:37 -0700 | [diff] [blame] | 37 | pipeline_script: 'all-xos-api-test-helm.groovy' |
| 38 | |