blob: 05f18d594f8fa6ea77209947987a34ceecd70871 [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 Williams599f6b72019-04-16 17:05:34 -070013 - 'publish-xos-jobs':
Zack Williamsb9ff6b12019-03-05 17:38:30 -070014 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 Williamsdbdd2362019-03-11 11:15:31 -070032 - 'python-unit-test':
33 build-timeout: 45
Zack Williams64bbf0b2019-03-11 17:00:19 -070034 build-node: 'ubuntu16.04-basebuild-2c-4g'
Kailashc8170bb2019-03-26 10:06:55 -070035 - 'api-test':
36 pipeline_script: 'xos-core.groovy'
Zack Williams9d68aa32018-07-12 11:50:37 -070037
Zack Williamsb9ff6b12019-03-05 17:38:30 -070038- job-group:
Zack Williams599f6b72019-04-16 17:05:34 -070039 name: 'publish-xos-jobs'
Zack Williamsb9ff6b12019-03-05 17:38:30 -070040 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'
Zack Williams599f6b72019-04-16 17:05:34 -070046 - 'docker-publish':
47 docker-repo: 'xosproject'
48 dependency-jobs: 'version-tag'