Merge "BUG-2625: validate sdni using jdk8 only"
[releng/builder.git] / jjb / l2switch / l2switch.cfg
index c6f6758c44246552c8ece37269b1d2914ef2f4d4..b9100198006220475d6c619eafbc1b2e816d8a80 100644 (file)
@@ -1,4 +1,19 @@
-BRANCHES: master,stable/helium,stable/lithium
+STREAMS:
+- boron:
+    branch: master
+    jdks: openjdk8
+    autorelease: true
+- beryllium:
+    branch: stable/beryllium
+    jdks: openjdk7,openjdk8
+    autorelease: true
+- stable-lithium:
+    branch: stable/lithium
+    jdks: openjdk7
+- stable-helium:
+    branch: stable/helium
+    jdks: openjdk7
 MVN_GOALS: -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install
 MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true
 DEPENDENCIES: yangtools,controller,openflowjava,openflowplugin
+JDKS: openjdk7,openjdk8