X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fcentinel%2Fcentinel.yaml;h=59b40fd3e88d44efb8134a91e56fed3ccb717fc5;hb=2496e6af734ee3ed8d888cb44a64b9d483e4b3f1;hp=08398f74ca9b9155731837e35dab1136d2f05a07;hpb=7365c119f2d01195da6a1877b106847be000e01a;p=releng%2Fbuilder.git diff --git a/jjb/centinel/centinel.yaml b/jjb/centinel/centinel.yaml index 08398f74c..59b40fd3e 100644 --- a/jjb/centinel/centinel.yaml +++ b/jjb/centinel/centinel.yaml @@ -8,7 +8,7 @@ jobs: - 'centinel-verify-{stream}' - 'centinel-merge-{stream}' - - 'centinel-daily-{stream}' + - 'centinel-periodic-{stream}' - 'centinel-distribution-{stream}' - 'centinel-integration-{stream}' - 'centinel-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: 'centinel' @@ -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: 'centinel' branch: '{branch}' @@ -216,6 +216,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[centinel]' - maven-deploy: @@ -225,12 +227,13 @@ - jacoco-report - job-template: - name: 'centinel-daily-{stream}' + name: 'centinel-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: 'centinel-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -478,6 +482,7 @@ - job-template: name: 'centinel-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: centinel