blob: 8d4e360ef8afc135e0913a9240de54f58ef13046 [file] [log] [blame]
Kailash Khalasi18b53b82018-04-12 13:51:25 -07001---
2# verification jobs for 'xos' repo
3
4- project:
5 name: xos
6 project: '{name}'
7
8 jobs:
Zack Williamsba2aea02018-12-17 22:37:45 -07009 - 'verify-xos-jobs-licensed-versioned':
10 branch-regexp: '{supported-branches-regexp}'
11 - 'verify-xos-jobs-code':
Kailash Khalasi18b53b82018-04-12 13:51:25 -070012 branch-regexp: '{supported-branches-regexp}'
13
Zack Williamsba2aea02018-12-17 22:37:45 -070014# 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 Khalasi18b53b82018-04-12 13:51:25 -070020- job-group:
Zack Williamsba2aea02018-12-17 22:37:45 -070021 name: 'verify-xos-jobs-licensed-versioned'
Kailash Khalasi18b53b82018-04-12 13:51:25 -070022 jobs:
23 - 'verify-licensed'
Zack Williamsb7a509a2018-06-22 17:00:50 -070024 - 'tag-collision-reject':
Kailash Khalasi18b53b82018-04-12 13:51:25 -070025 dependency-jobs: 'verify_xos_licensed'
Zack Williamsba2aea02018-12-17 22:37:45 -070026
27- job-group:
28 name: 'verify-xos-jobs-code'
29 jobs:
30 - 'verify-sonarqube'
Kailash Khalasi38cb5cd2018-05-16 09:49:15 -070031 - 'xos-unit-test':
Zack Williams15bc4a52018-07-23 15:31:58 -070032 - 'synchronizer-update':
Zack Williams15bc4a52018-07-23 15:31:58 -070033 - 'api-test':
Zack Williams9d68aa32018-07-12 11:50:37 -070034 pipeline_script: 'all-xos-api-test-helm.groovy'
35