X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdidm%2Fdidm.yaml;h=1dd91abc2f6fada92ecc52ece8ef543941a417f2;hb=a0e63ece70406b55b9e6e64c9311dbae6ef69a5b;hp=88d336e7bb8d4f7427edf2e80eff63a2ea2788f0;hpb=fe2f0942e22b3ea45480f2d69b3408f6505a2c0c;p=releng%2Fbuilder.git diff --git a/jjb/didm/didm.yaml b/jjb/didm/didm.yaml index 88d336e7b..1dd91abc2 100644 --- a/jjb/didm/didm.yaml +++ b/jjb/didm/didm.yaml @@ -12,6 +12,7 @@ - 'didm-integration-{stream}' - 'didm-sonar' + # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) stream: @@ -37,10 +38,21 @@ # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) - project-type: maven - node: dynamic_verify + project-type: matrix + node: matrix_master concurrent: true - jdk: '{jdk}' + + axes: + - axis: + type: slave + name: nodes + values: + - dynamic_verify + - axis: + type: jdk + values: + - openjdk7 + logrotate: daysToKeep: '{build-days-to-keep}' @@ -70,19 +82,16 @@ name: 'didm' branch: '{branch}' - prebuilders: + builders: - wipe-org-opendaylight-repo - - maven: - maven-name: '{mvn32}' - root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' - settings: '{didm-settings}' - global-settings: '{odl-global-settings}' - ignore-upstream-changes: true - - postbuilders: + - maven-target: + maven-version: '{mvn32}' + pom: 'pom.xml' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' + java-opts: + - '-Xmx1024m -XX:MaxPermSize=256m' + settings: '{didm-settings}' + global-settings: '{odl-global-settings}' - jacoco-nojava-workaround publishers: @@ -146,6 +155,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: @@ -210,6 +222,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[didm]' @@ -272,13 +287,12 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[didm] [odlparent]' - - maven-deploy: - id: '' - unique-version: true - deploy-unstable: false - jacoco-report - job-template: @@ -323,6 +337,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - sonar: language: 'java' @@ -330,3 +347,4 @@ - email-notification: email-prefix: '[didm]' - jacoco-report +