X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb.yaml;h=e40462783f2e9f0e68b537a88a5fa81adfc9a6c4;hb=eee0a9a1a1ed3590af566a8c14d273c57634364b;hp=6f90be563c65b0186c5403a8c195a61468f3bf4d;hpb=527f377ce7cd0566eb8f90e0ffddbbecacb8b690;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb.yaml b/jjb/ovsdb/ovsdb.yaml index 6f90be563..e40462783 100644 --- a/jjb/ovsdb/ovsdb.yaml +++ b/jjb/ovsdb/ovsdb.yaml @@ -8,7 +8,7 @@ jobs: - 'ovsdb-verify-{stream}' - 'ovsdb-merge-{stream}' - - 'ovsdb-daily-{stream}' + - 'ovsdb-periodic-{stream}' - 'ovsdb-distribution-{stream}' - 'ovsdb-integration-{stream}' - 'ovsdb-clm-{stream}' @@ -18,32 +18,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 - - clustering-netvirt-master: - branch: 'topic/master/net-virt-clustering' - jdk: openjdk7 - jdks: - - openjdk7 - disable_autorelease: True - - routermanager: - branch: 'topic/routermanager' - jdk: openjdk7 - jdks: - - openjdk7 - disable_autorelease: True - - 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 @@ -159,8 +146,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}' @@ -185,6 +172,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'ovsdb' branch: '{branch}' @@ -239,6 +227,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[ovsdb]' - maven-deploy: @@ -248,12 +238,13 @@ - jacoco-report - job-template: - name: 'ovsdb-daily-{stream}' + name: 'ovsdb-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) @@ -264,8 +255,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}' @@ -286,7 +277,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -441,6 +432,7 @@ - job-template: name: 'ovsdb-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -486,6 +478,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: ovsdb