X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-full-integration.yaml;h=d6fb1ad27409a431c54c5743701c4c1122b66ece;hb=4002fe04f57f993b0ac75f6b656a1452ec205109;hp=bd90efb5798833f982d0df7ebc3beef509960326;hpb=01c4270a3ca956a414f262e7eefdc4242b6ed67c;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-full-integration.yaml b/jjb/ovsdb/ovsdb-full-integration.yaml index bd90efb57..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' @@ -37,21 +42,12 @@ type: user-defined name: 'OVS_VERSION' values: - - 1.4.6 - - 1.5.0 - - 1.6.1 - - 1.7.3 - - 1.9.3 - - 1.10.2 - - 1.11.0 - - 2.0.1 - - 2.1.2 - 2.3.2 - 2.4.0 - axis: type: jdk - values: - - openjdk8 + values: '{obj:jdks}' + - axis: type: slave name: nodes @@ -99,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'