X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcoretutorials%2Fcoretutorials.yaml;h=d5ee79851865bd2ca230c4575b9dcac25e17e293;hb=eee0a9a1a1ed3590af566a8c14d273c57634364b;hp=85f0114b68804e09a98ac3d8fbcab7f91d6fc275;hpb=527f377ce7cd0566eb8f90e0ffddbbecacb8b690;p=releng%2Fbuilder.git diff --git a/jjb/coretutorials/coretutorials.yaml b/jjb/coretutorials/coretutorials.yaml index 85f0114b68..d5ee798518 100644 --- a/jjb/coretutorials/coretutorials.yaml +++ b/jjb/coretutorials/coretutorials.yaml @@ -8,7 +8,7 @@ jobs: - 'coretutorials-verify-{stream}' - 'coretutorials-merge-{stream}' - - 'coretutorials-daily-{stream}' + - 'coretutorials-periodic-{stream}' - 'coretutorials-distribution-{stream}' - 'coretutorials-integration-{stream}' - 'coretutorials-sonar' @@ -19,12 +19,18 @@ # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - beryllium: + - boron: branch: 'master' jdk: openjdk7 jdks: - openjdk7 disable_autorelease: True + - beryllium: + branch: 'stable/beryllium' + jdk: openjdk7 + jdks: + - openjdk7 + disable_autorelease: True - stable-lithium: branch: 'stable/lithium' jdk: openjdk7 @@ -134,8 +140,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}' @@ -160,6 +166,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'coretutorials' branch: '{branch}' @@ -214,6 +221,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[coretutorials]' - maven-deploy: @@ -223,12 +232,13 @@ - jacoco-report - job-template: - name: 'coretutorials-daily-{stream}' + name: 'coretutorials-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) @@ -239,8 +249,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}' @@ -261,7 +271,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -416,10 +426,11 @@ - job-template: name: 'coretutorials-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -476,6 +487,7 @@ - job-template: name: 'coretutorials-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -521,6 +533,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: coretutorials