blob: 0faaf3385b921b573d750a90d094413ae663c278 [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:
Zack Williamsb51d4662019-03-13 14:17:18 -070032# - 'verify-sonarqube':
33# build-timeout: 45
Zack Williamsdbdd2362019-03-11 11:15:31 -070034 - 'python-unit-test':
35 build-timeout: 45
Zack Williams64bbf0b2019-03-11 17:00:19 -070036 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williamsb51d4662019-03-13 14:17:18 -070037# - 'synchronizer-update'
Kailashc8170bb2019-03-26 10:06:55 -070038 - 'api-test':
39 pipeline_script: 'xos-core.groovy'
Zack Williams9d68aa32018-07-12 11:50:37 -070040
Zack Williamsb9ff6b12019-03-05 17:38:30 -070041- job-group:
42 name: 'post-merge-publish-xos'
43 jobs:
44 - 'pypi-publish':
Zack Williams8267cc82019-03-07 08:55:28 -070045 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 -070046 project-regexp: '^{name}$'
47 pypi-index: 'pypi'
48 dependency-jobs: 'version-tag'