From: Jeremy Phelps Date: Fri, 23 Mar 2018 16:43:08 +0000 (-0500) Subject: Add PyPi jobs for aria-rest-server subproject X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d2a3a0c5ca797e68234abd286daa79ad78788811;p=ci-management.git Add PyPi jobs for aria-rest-server subproject Issue-ID: CIMAN-149 Change-Id: I7299764a60745fa73e0e8bb19a1f4eb0fc4c46ed Signed-off-by: Jeremy Phelps --- 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' +