X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnext%2Fnext.yaml;h=982a12eb97eed39f36eb7cbef3c772a64381ac47;hb=a1ee1a1a44975646f8dc08c419eca81f8ffdff56;hp=aa5a255e196ef05a8d65249340745c77e9435eea;hpb=7365c119f2d01195da6a1877b106847be000e01a;p=releng%2Fbuilder.git diff --git a/jjb/next/next.yaml b/jjb/next/next.yaml index aa5a255e1..982a12eb9 100644 --- a/jjb/next/next.yaml +++ b/jjb/next/next.yaml @@ -8,7 +8,7 @@ jobs: - 'next-verify-{stream}' - 'next-merge-{stream}' - - 'next-daily-{stream}' + - 'next-periodic-{stream}' - 'next-distribution-{stream}' - 'next-integration-{stream}' - 'next-sonar' @@ -19,20 +19,19 @@ # 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' + - beryllium: + branch: 'stable/beryllium' jdk: openjdk7 jdks: - openjdk7 - openjdk8 - disable_autorelease: True + disable_autorelease: False project: 'next' @@ -136,8 +135,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}' @@ -162,6 +161,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'next' branch: '{branch}' @@ -216,6 +216,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[next]' - maven-deploy: @@ -225,12 +227,13 @@ - jacoco-report - job-template: - name: 'next-daily-{stream}' + name: 'next-periodic-{stream}' + disabled: false - # Job template for daily builders + # Job template for periodic builders # - # The purpose of this job template is to setup a daily/nightly - # builder and pushes to Sonar analysis. + # The purpose of this job template is to setup a periodic + # builder. # # Required Variables: # stream: release stream (eg. stable-lithium or beryllium) @@ -241,8 +244,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}' @@ -263,7 +266,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -418,10 +421,11 @@ - job-template: name: 'next-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -478,6 +482,7 @@ - job-template: name: 'next-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -523,6 +528,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: next