diff options
author | Victor Morales <victor.morales@intel.com> | 2018-01-11 16:44:33 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-01-11 18:25:01 -0800 |
commit | 09379cdd68dff65e48271611258c86c710eff690 (patch) | |
tree | d3023dd06da08f080005fb222225303eabfdaa34 /jjb/integration/integration-bootstrap.yaml | |
parent | 538c657895c2dc3d40b977c572b682f9de7b57ba (diff) |
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 <victor.morales@intel.com>
Issue-ID: CIMAN-45
Diffstat (limited to 'jjb/integration/integration-bootstrap.yaml')
-rw-r--r-- | jjb/integration/integration-bootstrap.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
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 |