From: Victor Morales Date: Fri, 12 Jan 2018 00:44:33 +0000 (-0800) Subject: Add job for vagrant-onap integration subproject X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F27991%2F2;p=ci-management.git Add job for vagrant-onap integration subproject There is a python task which is required to verify the correct syntax of the scripts placed into vagrant-onap subproject of integration. Change-Id: Idbd888c4131d91d4b5d904ddd0d8d3e6778d3e1c Signed-off-by: Victor Morales Issue-ID: CIMAN-45 --- diff --git a/jjb/integration/integration-bootstrap.yaml b/jjb/integration/integration-bootstrap.yaml new file mode 100644 index 000000000..51dc93279 --- /dev/null +++ b/jjb/integration/integration-bootstrap.yaml @@ -0,0 +1,18 @@ +--- +- project: + name: integration-bootstrap + project-name: 'integration' + project: 'integration' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + subproject: + - 'vagrant-onap': + path: 'bootstrap/vagrant-onap' + pattern: 'bootstrap/vagrant-onap/**' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'integration-settings' + build-node: ubuntu1604-basebuild-2c-1g