From d2a3a0c5ca797e68234abd286daa79ad78788811 Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Fri, 23 Mar 2018 11:43:08 -0500 Subject: Add PyPi jobs for aria-rest-server subproject Issue-ID: CIMAN-149 Change-Id: I7299764a60745fa73e0e8bb19a1f4eb0fc4c46ed Signed-off-by: Jeremy Phelps --- jjb/so/so-aria-rest-server.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 jjb/so/so-aria-rest-server.yaml 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' + -- cgit 1.2.3-korg