blob: 22427daa9d65cf5840af98aed74d2eb77db6ccd2 [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}'
Zack Williamsb9ff6b12019-03-05 17:38:30 -070013 - 'post-merge-publish-xos':
14 branch-regexp: '{supported-branches-regexp}'
Kailash Khalasi18b53b82018-04-12 13:51:25 -070015
Zack Williamsba2aea02018-12-17 22:37:45 -070016# these two job groups are split so that documentation-only patches can go into
17# the XOS repo without invoking all the code-level tests.
18#
19# Items in the 'verify-xos-jobs-code' job-group only trigger with
20# 'non-doc-files-regexp', which excludes the docs/* and VERSION file
21
Kailash Khalasi18b53b82018-04-12 13:51:25 -070022- job-group:
Zack Williamsba2aea02018-12-17 22:37:45 -070023 name: 'verify-xos-jobs-licensed-versioned'
Kailash Khalasi18b53b82018-04-12 13:51:25 -070024 jobs:
25 - 'verify-licensed'
Zack Williamsb7a509a2018-06-22 17:00:50 -070026 - 'tag-collision-reject':
Kailash Khalasi18b53b82018-04-12 13:51:25 -070027 dependency-jobs: 'verify_xos_licensed'
Zack Williamsba2aea02018-12-17 22:37:45 -070028
29- job-group:
30 name: 'verify-xos-jobs-code'
31 jobs:
32 - 'verify-sonarqube'
Kailash Khalasi38cb5cd2018-05-16 09:49:15 -070033 - 'xos-unit-test':
Zack Williams15bc4a52018-07-23 15:31:58 -070034 - 'synchronizer-update':
Zack Williams15bc4a52018-07-23 15:31:58 -070035 - 'api-test':
Zack Williams9d68aa32018-07-12 11:50:37 -070036 pipeline_script: 'all-xos-api-test-helm.groovy'
37
Zack Williamsb9ff6b12019-03-05 17:38:30 -070038- job-group:
39 name: 'post-merge-publish-xos'
40 jobs:
41 - 'pypi-publish':
Zack Williams8267cc82019-03-07 08:55:28 -070042 pypi-module-dirs: 'lib/xos-config|lib/xos-genx|lib/xos-util|lib/xos-api|lib/xos-migrate|lib/xos-synchronizer|lib/xos-kafka'
Zack Williamsb9ff6b12019-03-05 17:38:30 -070043 project-regexp: '^{name}$'
44 pypi-index: 'pypi'
45 dependency-jobs: 'version-tag'