summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-03-13 14:16:56 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-03-13 14:38:39 -0700
commit7f6596acfaa878819071acc58992048a19f2605f (patch)
tree34b1b1707c3682175991acacbe1df51f7fd310c0
parent32c92e361ac60c95d2f2837df9b367e285c932e5 (diff)
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 <victor.morales@intel.com> Depends-On: I79df8c35fccaa266a789217d441a6cf1183bd42a Issue-ID: INT-441 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--jjb/integration/integration-bootstrap.yaml16
-rw-r--r--jjb/integration/integration-devtool.yaml16
2 files changed, 16 insertions, 16 deletions
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