X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-distribution-jobs.yaml;h=06993ffd65c2a428460f820caf6c44b03c28d014;hb=f2a1c87892c72a14f3803d3c92fe325a844ef9a4;hp=c0914b445a39baa8939ae904094a4090b6c0825a;hpb=2fc58f4e00f4624aad538721ef12a37713f5cb8d;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-distribution-jobs.yaml b/jjb/integration/integration-distribution-jobs.yaml index c0914b445..06993ffd6 100644 --- a/jjb/integration/integration-distribution-jobs.yaml +++ b/jjb/integration/integration-distribution-jobs.yaml @@ -1,26 +1,25 @@ - project: - name: integration-distribution-jobs + name: integration-distribution jobs: + - '{name}-verify-python-{stream}' - 'integration-distribution-verify-{stream}' - 'integration-distribution-merge-{stream}' - 'integration-distribution-deploy-{stream}' - 'integration-distribution-offline-{stream}' - - 'integration-patch-distribution-{stream}' + + project: integration/distribution stream: - boron: branch: 'master' - jdk: 'openjdk8' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' - jdk: 'openjdk7' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' - jdk: 'openjdk7' - - stable-helium: - branch: 'stable/helium' - jdk: 'openjdk7' + jre: 'openjdk7' - job-template: @@ -29,7 +28,7 @@ project-type: maven node: dynamic_verify concurrent: true - jdk: '{jdk}' + jdk: '{jre}' logrotate: daysToKeep: '{build-days-to-keep}' @@ -94,7 +93,7 @@ project-type: maven node: dynamic_merge - jdk: '{jdk}' + jdk: '{jre}' logrotate: daysToKeep: '{build-days-to-keep}' @@ -105,6 +104,8 @@ parameters: - project-parameter: project: 'integration/distribution' + - gerrit-parameter: + branch: '{branch}' scm: - gerrit-trigger-scm: @@ -151,6 +152,7 @@ project-type: freestyle node: dynamic_verify + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -166,7 +168,7 @@ - integration-bundleurl: bundleurl: 'last' - integration-jdk-version: - jdkversion: 'openjdk7' + jdkversion: '{jre}' wrappers: - build-timeout @@ -185,9 +187,7 @@ publishers: - archive: - artifacts: 'karaf.log' - - archive: - artifacts: 'karaf_console.log' + artifacts: '*.log,*.log.xz' - email-notification: email-prefix: '[integration]' @@ -215,7 +215,7 @@ - integration-bundleurl: bundleurl: 'last' - integration-jdk-version: - jdkversion: 'openjdk7' + jdkversion: '{jre}' wrappers: - build-timeout @@ -234,102 +234,6 @@ publishers: - archive: - artifacts: 'karaf.log' + artifacts: '*.log,*.log.xz' - email-notification: email-prefix: '[integration]' - -# Template: integration-patch-distribution-{stream} -# Goal: Build a patch and make sure the distribution can deploy with this change -# Operation: This job template builds a patch, creates a distribution containing the patch, and -# triggers the distribution deploy test - -- job-template: - name: 'integration-patch-distribution-{stream}' - - project-type: maven - node: dynamic_verify - jdk: '{jdk}' - - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - parameters: - - gerrit-project-parameter: - project: '$GERRIT_PROJECT' - - gerrit-refspec-parameter: - refspec: '$GERRIT_REFSPEC' - - project-parameter: - project: '$GERRIT_PROJECT' - - integration-distribution-git-url - - scm: - - integration-gerrit-scm: - credentials-id: '{ssh-credentials}' - basedir: '$GERRIT_PROJECT' - refspec: '$GERRIT_REFSPEC' - branch: '{branch}' - - integration-distribution-scm: - credentials-id: '{ssh-credentials}' - branch: '{branch}' - - wrappers: - - build-timeout - - ssh-agent-credentials: - users: - - '{ssh-credentials}' - - triggers: - - gerrit: - server-name: 'OpenDaylight' - trigger-on: - - comment-added-contains-event: - comment-contains-value: 'test-distribution' - projects: - - project-compare-type: 'ANT' - project-pattern: '**' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true - - prebuilders: - - integration-get-bundle-url - - inject: - properties-file: 'bundle.txt' - - wipe-org-opendaylight-repo - - maven-target: - maven-version: '{mvn33}' - pom: '$GERRIT_PROJECT/pom.xml' - goals: 'clean install -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}' - java-opts: - - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' - settings: '{integration-settings}' - global-settings: '{odl-global-settings}' - - maven: - maven-name: '{mvn33}' - root-pom: 'distribution/pom.xml' - goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' - settings: '{integration-settings}' - global-settings: '{odl-global-settings}' - ignore-upstream-changes: true - post-step-run-condition: 'SUCCESS' - - postbuilders: - - trigger-builds: - - project: 'integration-distribution-deploy-{stream}' - block: true - predefined-parameters: - BUNDLEURL=$BUNDLEURL - - publishers: - - email-notification: - email-prefix: '[$GERRIT_PROJECT]'