X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin.yaml;h=15ae0c976fbb0049131372e0d3b2b909dc69c1d3;hb=2496e6af734ee3ed8d888cb44a64b9d483e4b3f1;hp=6403c6405663b564209824b003101c5aab53e3e1;hpb=7365c119f2d01195da6a1877b106847be000e01a;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin.yaml b/jjb/openflowplugin/openflowplugin.yaml index 6403c6405..15ae0c976 100644 --- a/jjb/openflowplugin/openflowplugin.yaml +++ b/jjb/openflowplugin/openflowplugin.yaml @@ -8,7 +8,7 @@ jobs: - 'openflowplugin-verify-{stream}' - 'openflowplugin-merge-{stream}' - - 'openflowplugin-daily-{stream}' + - 'openflowplugin-periodic-{stream}' - 'openflowplugin-distribution-{stream}' - 'openflowplugin-integration-{stream}' - 'openflowplugin-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 @@ -149,8 +148,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}' @@ -175,6 +174,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'openflowplugin' branch: '{branch}' @@ -230,7 +230,7 @@ publishers: - archive-artifacts: - artifacts: 'model/*/target/site/**' + artifacts: '**/target/surefire-reports/*-output.txt, model/*/target/site/**' - email-notification: email-prefix: '[openflowplugin]' - maven-deploy: @@ -240,12 +240,13 @@ - jacoco-report - job-template: - name: 'openflowplugin-daily-{stream}' + name: 'openflowplugin-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) @@ -256,8 +257,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}' @@ -278,7 +279,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -433,10 +434,11 @@ - job-template: name: 'openflowplugin-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -493,6 +495,7 @@ - job-template: name: 'openflowplugin-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -538,6 +541,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: openflowplugin