X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fyangtools%2Fyangtools.yaml;h=f04bee91f7c4369d01b1a440c743580468bc7d32;hb=970debd523b28420ba0a7d9b396cf2489fc079ce;hp=10f24c30c8d2c42d2700f1649e49120e250b38c3;hpb=83decc8fc8132d347cb8e92960d06b165715b5be;p=releng%2Fbuilder.git diff --git a/jjb/yangtools/yangtools.yaml b/jjb/yangtools/yangtools.yaml index 10f24c30c..f04bee91f 100644 --- a/jjb/yangtools/yangtools.yaml +++ b/jjb/yangtools/yangtools.yaml @@ -18,20 +18,21 @@ # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - beryllium: + - boron: branch: 'master' - jdk: openjdk7 + jdk: openjdk8 jdks: - - openjdk7 - openjdk8 disable_autorelease: False - - pre-boron: - branch: 'pre-boron' + disable_distribution_check: False + - beryllium: + branch: 'stable/beryllium' jdk: openjdk7 jdks: - openjdk7 - openjdk8 - disable_autorelease: True + disable_autorelease: False + disable_distribution_check: False - stable-lithium: branch: 'stable/lithium' jdk: openjdk7 @@ -39,12 +40,14 @@ - openjdk7 - openjdk8 disable_autorelease: True + disable_distribution_check: True - stable-helium: branch: 'stable/helium' jdk: openjdk7 jdks: - openjdk7 disable_autorelease: True + disable_distribution_check: True project: 'yangtools' @@ -71,8 +74,8 @@ jdk: '{jdk}' logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' + daysToKeep: '14' + numToKeep: '10' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' @@ -97,6 +100,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'yangtools' branch: '{branch}' @@ -151,6 +155,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[yangtools]' - maven-deploy: @@ -161,6 +167,7 @@ - job-template: name: 'yangtools-periodic-{stream}' + disabled: false # Job template for periodic builders # @@ -176,8 +183,8 @@ jdk: '{jdk}' logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' + daysToKeep: '14' + numToKeep: '10' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' @@ -353,10 +360,11 @@ - job-template: name: 'yangtools-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -413,6 +421,7 @@ - job-template: name: 'yangtools-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -452,7 +461,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx4096m -XX:MaxPermSize=512m' settings: '{yangtools-settings}' global-settings: '{odl-global-settings}'