diff options
author | Jeremy Phelps <jphelps@linuxfoundation.org> | 2018-03-23 11:43:08 -0500 |
---|---|---|
committer | Jeremy Phelps <jphelps@linuxfoundation.org> | 2018-03-26 15:14:16 -0500 |
commit | d2a3a0c5ca797e68234abd286daa79ad78788811 (patch) | |
tree | 4b07e9d17a35384822983c918b8e476a08b0638d | |
parent | 6b1ce3135769f876e32765875e642f8c8bc8546b (diff) |
Add PyPi jobs for aria-rest-server subproject
Issue-ID: CIMAN-149
Change-Id: I7299764a60745fa73e0e8bb19a1f4eb0fc4c46ed
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
-rw-r--r-- | jjb/so/so-aria-rest-server.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/so/so-aria-rest-server.yaml b/jjb/so/so-aria-rest-server.yaml new file mode 100644 index 000000000..6cab90970 --- /dev/null +++ b/jjb/so/so-aria-rest-server.yaml @@ -0,0 +1,19 @@ +--- +- project: + name: so-aria-rest-server + project: 'so' + project-name: 'so' + python-version: python3 + build-node: 'ubuntu1604-builder-4c-4g' + subproject: + - 'aria/aria-rest-sever': + tox-dir: aria/aria-rest-server/ + tox-envs: '' + jobs: + - '{project-name}-{subproject}-python-staging-{stream}' + - '{project-name}-{subproject}-python-release-{stream}' + + stream: + - 'master': + branch: 'master' + |