X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fl2switch%2Fl2switch.cfg;h=1d21cc63542b0d6afed1f753b412fa462c7faa1c;hb=079d3b0581321302f9a272fa8f734010b46afd91;hp=c6f6758c44246552c8ece37269b1d2914ef2f4d4;hpb=5b415599bec6ef520bbbd62d9611a3a7e4cc1307;p=releng%2Fbuilder.git diff --git a/jjb/l2switch/l2switch.cfg b/jjb/l2switch/l2switch.cfg index c6f6758c4..1d21cc635 100644 --- a/jjb/l2switch/l2switch.cfg +++ b/jjb/l2switch/l2switch.cfg @@ -1,4 +1,17 @@ -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 + 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