X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-full-integration.yaml;h=bf85ee7e1e5cbf4ed18f1bbc0fcb7013b24bec56;hb=5ac9349373e20996974c1854aa06a861e39912a8;hp=2fe73a1edec6ca6f107bdc8a5cceba44d83eaf42;hpb=2652d74968cfa288e4763c1f1d907dc1fd1cd407;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-full-integration.yaml b/jjb/ovsdb/ovsdb-full-integration.yaml index 2fe73a1ed..bf85ee7e1 100644 --- a/jjb/ovsdb/ovsdb-full-integration.yaml +++ b/jjb/ovsdb/ovsdb-full-integration.yaml @@ -23,7 +23,7 @@ - openjdk7 project: 'ovsdb' - archive-artifacts: 'docker-ovs-*.log' + archive-artifacts: '*.log' - job-template: name: 'ovsdb-daily-full-integration-{stream}' @@ -108,7 +108,21 @@ - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' - goals: 'clean install dependency:tree -V -B verify -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}' + goals: '-V -B -l build.log clean install dependency:tree -Pq -Dmaven.compile.fork=true' + properties: + - 'maven.repo.local=/tmp/r' + - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r' + - 'stream={stream}' + java-opts: + - '-Xmx1024m -XX:MaxPermSize=256m' + settings: 'ovsdb-settings' + settings-type: cfp + global-settings: 'odl-global-settings' + global-settings-type: cfp + - maven-target: + maven-version: '{mvn33}' + pom: 'southbound/southbound-it/pom.xml' + goals: '-V -B verify -l southboundIT.log -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}' properties: - 'ovsdbserver.ipaddress=127.0.0.1' - 'ovsdbserver.port=6641' @@ -122,6 +136,44 @@ settings-type: cfp global-settings: 'odl-global-settings' global-settings-type: cfp + - shell: + !include-raw-escape: + - include-setup-hwvtep-docker.sh + - maven-target: + maven-version: '{mvn33}' + pom: 'library/it/pom.xml' + goals: '-V -B verify -l libraryIT.log -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}' + properties: + - 'ovsdbserver.ipaddress=127.0.0.1' + - 'ovsdbserver.port=6641' + - 'ovsdb.userspace.enabled=yes' + - 'maven.repo.local=/tmp/r' + - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r' + - 'stream={stream}' + java-opts: + - '-Xmx1024m -XX:MaxPermSize=256m' + settings: 'ovsdb-settings' + settings-type: cfp + global-settings: 'odl-global-settings' + global-settings-type: cfp + - maven-target: + maven-version: '{mvn33}' + pom: 'hwvtepsouthbound/hwvtepsouthbound-it/pom.xml' + goals: '-V -B verify -l hwvtepsouthboundIT.log -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}' + properties: + - 'ovsdbserver.ipaddress=127.0.0.1' + - 'ovsdbserver.port=6641' + - 'ovsdb.userspace.enabled=yes' + - 'maven.repo.local=/tmp/r' + - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r' + - 'stream={stream}' + java-opts: + - '-Xmx1024m -XX:MaxPermSize=256m' + settings: 'ovsdb-settings' + settings-type: cfp + global-settings: 'odl-global-settings' + global-settings-type: cfp + - shell: !include-raw-escape: - include-raw-cleanup-docker.sh