Use new verify job type with new freestyle project 05/41905/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 Jul 2016 17:37:39 +0000 (13:37 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 Jul 2016 17:38:03 +0000 (13:38 -0400)
We have issues with Matrix job types in our CI causing infra issues.
Migrating jobs to a new verify job template which uses regular freestyle
job.

This is in regards to announcement on this thread:
https://lists.opendaylight.org/pipermail/release/2016-July/007288.html

Change-Id: I0297cb048ea66da7c174afb7dd9ec0db978b53f4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/ovsdb/ovsdb.yaml

index 14725a5b1bd6742a1aa53639a94a0342337ab3cb..fe8cc4066ea03eeed78b442882e4f1fb26423c19 100644 (file)
@@ -10,6 +10,7 @@
         - '{name}-periodic-{stream}'
         - '{name}-validate-autorelease-{stream}'
         - '{name}-verify-{stream}'
+        - '{name}-verify-{stream}-{maven}-{jdk}'
 
     # stream:    release stream (eg. stable-lithium or beryllium)
     # branch:    git branch (eg. stable/lithium or master)
@@ -38,6 +39,9 @@
             disable_distribution_check: True
 
     project: 'ovsdb'
+    maven:
+        - mvn33:
+            mvn-version: '{mvn33}'
     mvn-settings: 'ovsdb-settings'
     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'