From 7f6596acfaa878819071acc58992048a19f2605f Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 13 Mar 2018 14:16:56 -0700 Subject: Change bootstrap jenkins jobs vagrant-onap tool has been migrated to devtool. Its Jenkins Jobs needs to be changed to validate their syntax and avoid failures on previous executions. Change-Id: I7394e219fcdec08e249a26c2e005687b9fcfd319 Signed-off-by: Victor Morales Depends-On: I79df8c35fccaa266a789217d441a6cf1183bd42a Issue-ID: INT-441 Signed-off-by: Gary Wu --- jjb/integration/integration-bootstrap.yaml | 16 ---------------- jjb/integration/integration-devtool.yaml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 jjb/integration/integration-bootstrap.yaml create mode 100644 jjb/integration/integration-devtool.yaml diff --git a/jjb/integration/integration-bootstrap.yaml b/jjb/integration/integration-bootstrap.yaml deleted file mode 100644 index 9fc3f765e..000000000 --- a/jjb/integration/integration-bootstrap.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- 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' - mvn-settings: 'integration-settings' - build-node: ubuntu1604-basebuild-2c-1g diff --git a/jjb/integration/integration-devtool.yaml b/jjb/integration/integration-devtool.yaml new file mode 100644 index 000000000..15b436915 --- /dev/null +++ b/jjb/integration/integration-devtool.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: integration-devtool + project-name: 'integration-devtool' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + project: 'integration/devtool' + subproject: + - 'devtool': + path: '.' + pattern: '**' + stream: + - 'master': + branch: 'master' + mvn-settings: 'integration-devtool-settings' + build-node: ubuntu1604-basebuild-2c-1g -- cgit 1.2.3-korg