blob: b33d7d2efb76f350dba7f8603fe29e3f4f41ea56 [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
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070034 build-node: 'ubuntu18.04-basebuild-2c-4g'
Kailashc8170bb2019-03-26 10:06:55 -070035 - 'api-test':
Zack Williamsb3292082019-10-11 17:15:18 -070036 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':
Matteo Scandolo3aba73a2019-09-27 09:03:38 -070047 maintainers: "teo@opennetworking.org, andy@opennetworking.org, scottb@opennetworking.org"
Zack Williamsb030c652019-07-29 12:44:12 -070048 build-timeout: 30
Zack Williams599f6b72019-04-16 17:05:34 -070049 docker-repo: 'xosproject'
50 dependency-jobs: 'version-tag'