Disable distribution-check job in Lithium and Helium streams
[releng/builder.git] / jjb / l2switch / l2switch.cfg
1 STREAMS:
2 - boron:
3     branch: master
4     jdks: openjdk8
5     autorelease: true
6 - beryllium:
7     branch: stable/beryllium
8     jdks: openjdk7,openjdk8
9     autorelease: true
10 - stable-lithium:
11     branch: stable/lithium
12     jdks: openjdk7
13     distribution-check: false
14 - stable-helium:
15     branch: stable/helium
16     jdks: openjdk7
17     distribution-check: false
18 MVN_GOALS: -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install
19 MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true
20 DEPENDENCIES: yangtools,controller,openflowjava,openflowplugin
21 JDKS: openjdk7,openjdk8