X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-full-integration.yaml;h=d6fb1ad27409a431c54c5743701c4c1122b66ece;hb=4002fe04f57f993b0ac75f6b656a1452ec205109;hp=efe8151b2fcdbcc527f3d140e4c81116f8de3888;hpb=7cd23b721dc3a8ce1db03c52ba2ef280ab57b683;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-full-integration.yaml b/jjb/ovsdb/ovsdb-full-integration.yaml index efe8151b2..d6fb1ad27 100644 --- a/jjb/ovsdb/ovsdb-full-integration.yaml +++ b/jjb/ovsdb/ovsdb-full-integration.yaml @@ -6,16 +6,21 @@ # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - beryllium: + - boron: branch: 'master' jdk: openjdk8 jdks: - openjdk8 - - stable-lithium: - branch: 'stable/lithium' + - beryllium: + branch: 'stable/beryllium' jdk: openjdk8 jdks: - openjdk8 + - stable-lithium: + branch: 'stable/lithium' + jdk: openjdk7 + jdks: + - openjdk7 project: 'ovsdb' @@ -41,8 +46,8 @@ - 2.4.0 - axis: type: jdk - values: - - openjdk8 + values: '{obj:jdks}' + - axis: type: slave name: nodes @@ -90,7 +95,7 @@ - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' - goals: 'clean install verify -Pintegrationtest,jenkins -V -Dovsdb.controller.address=${{CONTROLLER_IP}}' + goals: 'clean install -V verify -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}' properties: - 'ovsdbserver.ipaddress=127.0.0.1' - 'ovsdbserver.port=6641'