Update automated project templates
[releng/builder.git] / jjb / l2switch / l2switch.cfg
index c75a4cb54a8081843f07d7a571dadd1990a5cb13..1d21cc63542b0d6afed1f753b412fa462c7faa1c 100644 (file)
@@ -1,3 +1,17 @@
+STREAMS:
+- boron:
+    branch: master
+    jdks: openjdk8
+    autorelease: true
+- beryllium:
+    branch: stable/beryllium
+    jdks: openjdk7,openjdk8
+    autorelease: true
+- stable-lithium:
+    branch: stable/lithium
+    jdks: openjdk7
+    distribution-check: false
 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