X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fl2switch%2Fl2switch.cfg;h=387aeac6a2118703ab3b75124d56337817fc1f50;hb=refs%2Fchanges%2F66%2F34566%2F18;hp=c7c63f8a0c04beecb62ae43bd57f1f6103fdab53;hpb=23f374470ae773dd9beb540bf39a19576949efa9;p=releng%2Fbuilder.git diff --git a/jjb/l2switch/l2switch.cfg b/jjb/l2switch/l2switch.cfg index c7c63f8a0..387aeac6a 100644 --- a/jjb/l2switch/l2switch.cfg +++ b/jjb/l2switch/l2switch.cfg @@ -1,10 +1,21 @@ -BRANCHES: -- master: +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: - jdks: openjdk7 -- stable/lithium: + 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 install MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true DEPENDENCIES: yangtools,controller,openflowjava,openflowplugin +JDKS: openjdk7,openjdk8