X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-custom.yaml;h=66390b0d761c9cb1f642d1d2b6c9cb665539d308;hb=ea54bf6d5b399935e77e72a1ea65fc31cb75d618;hp=ba2897cce9745cfb0d2105f053a4c61cf05090fe;hpb=7a486d895bdbc608d4b03e3f765dd50b7592ff85;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-custom.yaml b/jjb/ovsdb/ovsdb-custom.yaml index ba2897cce..66390b0d7 100644 --- a/jjb/ovsdb/ovsdb-custom.yaml +++ b/jjb/ovsdb/ovsdb-custom.yaml @@ -36,16 +36,19 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * *' + - timed: '@weekly' + - gerrit-trigger-patch-sonar: + name: 'ovsdb' prebuilders: - shell: - !include-raw-escape include-raw-setup-docker.sh + !include-raw-escape: + - include-raw-setup-docker.sh 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}' @@ -56,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' @@ -64,7 +67,8 @@ settings: '{ovsdb-settings}' global-settings: '{odl-global-settings}' - shell: - !include-raw-escape include-raw-cleanup-docker.sh + !include-raw-escape: + - include-raw-cleanup-docker.sh - jacoco-nojava-workaround publishers: