Change bootstrap jenkins jobs 89/35589/2
authorVictor Morales <victor.morales@intel.com>
Tue, 13 Mar 2018 21:16:56 +0000 (14:16 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 13 Mar 2018 21:38:39 +0000 (14:38 -0700)
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>
jjb/integration/integration-bootstrap.yaml [deleted file]
jjb/integration/integration-devtool.yaml [new file with mode: 0644]

diff --git a/jjb/integration/integration-bootstrap.yaml b/jjb/integration/integration-bootstrap.yaml
deleted file mode 100644 (file)
index 9fc3f76..0000000
+++ /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 (file)
index 0000000..15b4369
--- /dev/null
@@ -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