X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=jjb%2Fttp%2Fttp.yaml;h=77252b9ec4b1f4e67827767e2095ffe8325ca60a;hb=89c4853ab138df4c161334f8e7f410f9054bcda6;hp=f05cbb7617ad3b4803445c5a7b09d423218958f4;hpb=527f377ce7cd0566eb8f90e0ffddbbecacb8b690;p=releng%2Fbuilder.git diff --git a/jjb/ttp/ttp.yaml b/jjb/ttp/ttp.yaml index f05cbb761..77252b9ec 100644 --- a/jjb/ttp/ttp.yaml +++ b/jjb/ttp/ttp.yaml @@ -8,7 +8,7 @@ jobs: - 'ttp-verify-{stream}' - 'ttp-merge-{stream}' - - 'ttp-daily-{stream}' + - 'ttp-periodic-{stream}' - 'ttp-distribution-{stream}' - 'ttp-integration-{stream}' - 'ttp-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 - stable-lithium: branch: 'stable/lithium' jdk: openjdk7 @@ -174,6 +173,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'ttp' branch: '{branch}' @@ -228,6 +228,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[ttp]' - maven-deploy: @@ -237,12 +239,13 @@ - jacoco-report - job-template: - name: 'ttp-daily-{stream}' + name: 'ttp-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) @@ -275,7 +278,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -430,10 +433,11 @@ - job-template: name: 'ttp-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -490,6 +494,7 @@ - job-template: name: 'ttp-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -535,6 +540,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: ttp