Disable distribution-check job in Lithium and Helium streams
[releng/builder.git] / jjb / bgpcep / bgpcep.cfg
index d9bb08ca6fd7bffc29f2d2132043041aead07da2..499324bf214e623a930eb04406e930830926d03e 100644 (file)
@@ -1,5 +1,20 @@
-JOB_TEMPLATES: merge,daily,integration,sonar
-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,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,tcpmd5
+DEPENDENCIES: odlparent,yangtools,controller,mdsal,tcpmd5