X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcentinel%2Fcentinel.yaml;h=2032ebff2a53a307717cf5a26a10b88392cd139a;hb=078eca553c824ed2f789a0ab46ec21823feb2504;hp=08398f74ca9b9155731837e35dab1136d2f05a07;hpb=01c4270a3ca956a414f262e7eefdc4242b6ed67c;p=releng%2Fbuilder.git diff --git a/jjb/centinel/centinel.yaml b/jjb/centinel/centinel.yaml index 08398f74c..2032ebff2 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' @@ -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) @@ -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