Disable distribution-check job in Lithium and Helium streams
[releng/builder.git] / jjb / tcpmd5 / tcpmd5.cfg
index 7edbf905219cacdbe8478ed7bd2235dea18aedc4..3df43242598db1cf6359382a343f77db80bff361 100644 (file)
@@ -1,4 +1,21 @@
-BRANCHES: master,stable/helium
+STREAMS:
+- boron:
+    branch: master
+    jdks: openjdk8
+    autorelease: true
+- beryllium:
+    branch: stable/beryllium
+    jdks: openjdk7,openjdk8
+    autorelease: true
+- stable-lithium:
+    branch: stable/lithium
+    jdks: openjdk7,openjdk8
+    distribution-check: false
+- stable-helium:
+    branch: stable/helium
+    jdks: openjdk7
+    distribution-check: false
 MVN_GOALS: -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean -DrepoBuild install javadoc:aggregate
 MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m
 DEPENDENCIES: odlparent,yangtools,controller
+JDKS: openjdk7,openjdk8