X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb.yaml;h=feed5bdc6c3dd82ff4d1c9143973d0f9072e71fc;hb=e397856349b84539cdc6be0e69f5f323968afcce;hp=0ffc3f19cf3525c4d951ed312f12f228c99029c0;hpb=047817e29b76e2777a4639e48b0286988d68f43e;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb.yaml b/jjb/ovsdb/ovsdb.yaml index 0ffc3f19c..feed5bdc6 100644 --- a/jjb/ovsdb/ovsdb.yaml +++ b/jjb/ovsdb/ovsdb.yaml @@ -18,44 +18,28 @@ # 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' + disable_distribution_check: False + - beryllium: + branch: 'stable/beryllium' jdk: openjdk7 jdks: - openjdk7 - openjdk8 - disable_autorelease: True + disable_autorelease: False + disable_distribution_check: False - stable-lithium: branch: 'stable/lithium' jdk: openjdk7 jdks: - openjdk7 disable_autorelease: True - - stable-helium: - branch: 'stable/helium' - jdk: openjdk7 - jdks: - - openjdk7 - disable_autorelease: True + disable_distribution_check: True project: 'ovsdb' @@ -137,6 +121,8 @@ global-settings: '{odl-global-settings}' publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - findbugs - email-notification: email-prefix: '[ovsdb]' @@ -159,8 +145,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 +171,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'ovsdb' branch: '{branch}' @@ -239,6 +226,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[ovsdb]' - maven-deploy: @@ -249,6 +238,7 @@ - job-template: name: 'ovsdb-periodic-{stream}' + disabled: false # Job template for periodic builders # @@ -264,8 +254,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}' @@ -441,6 +431,7 @@ - job-template: name: 'ovsdb-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -469,7 +460,7 @@ - '{ssh-credentials}' triggers: - - timed: '@weekly' + - timed: 'H H * * 6' prebuilders: - wipe-org-opendaylight-repo @@ -480,12 +471,13 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx4096m -XX:MaxPermSize=512m' settings: '{ovsdb-settings}' global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: ovsdb @@ -527,6 +519,7 @@ branches: - 'origin/{branch}' skip-tag: true + shallow-clone: true submodule: recursive: true @@ -557,12 +550,14 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' + file-paths: + - compare-type: ANT + pattern: '**/*.xml' prebuilders: - wipe-org-opendaylight-repo - jacoco-nojava-workaround - autorelease-checkout-gerrit-patch - - autorelease-generate-taglist - autorelease-generate-release-patches - maven-target: maven-version: '{mvn33}' @@ -584,12 +579,9 @@ post-step-run-condition: UNSTABLE postbuilders: - - shell: "./scripts/list-project-dependencies.sh" - autorelease-sys-stats publishers: - - archive-artifacts: - artifacts: '*.log' - email-notification: email-prefix: '[autorelease] [ovsdb]'