X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-custom.yaml;h=66390b0d761c9cb1f642d1d2b6c9cb665539d308;hb=7d482ac57546ffaa5c625eb8d9d1dd9283ec432d;hp=dc18e1b42de795d6eb279263e5ff49ff4fccbe96;hpb=6c1d80c8f530707dd94960c4a924127c8e96c16a;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-custom.yaml b/jjb/ovsdb/ovsdb-custom.yaml index dc18e1b42..66390b0d7 100644 --- a/jjb/ovsdb/ovsdb-custom.yaml +++ b/jjb/ovsdb/ovsdb-custom.yaml @@ -36,7 +36,9 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * *' + - timed: '@weekly' + - gerrit-trigger-patch-sonar: + name: 'ovsdb' prebuilders: - shell: @@ -46,7 +48,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Pjenkins -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dsonar' + goals: 'clean install -V -Dsonar -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{ovsdb-settings}' global-settings: '{odl-global-settings}' @@ -57,7 +59,7 @@ - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' - goals: 'verify -Pintegrationtest,coverage,jenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dsonar -Dovsdb.controller.address=${{CONTROLLER_IP}}' + goals: 'verify -V -Pintegrationtest -Dsonar -Dskip.karaf.featureTest=true -Dovsdb.controller.address=${{CONTROLLER_IP}} -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' properties: - 'ovsdbserver.ipaddress=127.0.0.1' - 'ovsdbserver.port=6641'