- project: name: integration-distribution-jobs jobs: - 'integration-distribution-verify-{stream}' - 'integration-distribution-merge-{stream}' - 'integration-distribution-deploy-{stream}' - 'integration-distribution-offline-{stream}' - 'integration-patch-distribution-{stream}' stream: - beryllium: branch: 'master' - stable-lithium: branch: 'stable/lithium' - stable-helium: branch: 'stable/helium' jdk: 'openjdk7' - job-template: name: 'integration-distribution-verify-{stream}' project-type: maven node: dynamic_verify concurrent: true 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: - project-parameter: project: 'integration/distribution' - gerrit-parameter: branch: '{branch}' - integration-patch-refspec: branch: '$GERRIT_REFSPEC' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '$PATCHREFSPEC' choosing-strategy: 'gerrit' wrappers: - build-timeout - ssh-agent-credentials: users: - '{ssh-credentials}' triggers: - gerrit-trigger-patch-submitted: name: 'integration/distribution' branch: '{branch}' prebuilders: - integration-get-bundle-url-root - inject: properties-file: 'bundle.txt' - wipe-org-opendaylight-repo maven: maven-name: '{mvn33}' root-pom: 'pom.xml' goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar' 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: '[integration]' - job-template: name: 'integration-distribution-merge-{stream}' project-type: maven node: dynamic_merge 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: - project-parameter: project: 'integration/distribution' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '' choosing-strategy: 'default' wrappers: - build-timeout - ssh-agent-credentials: users: - '{ssh-credentials}' triggers: - gerrit-trigger-patch-merged: name: 'integration/distribution' branch: '{branch}' prebuilders: - wipe-org-opendaylight-repo maven: maven-name: '{mvn33}' root-pom: 'pom.xml' goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{integration-settings}' global-settings: '{odl-global-settings}' publishers: - email-notification: email-prefix: '[integration]' - maven-deploy: id: '' unique-version: true deploy-unstable: false # Template: integration-distribution-deploy-{stream} # Goal: Verify distribution starts with no issues when all features are loaded # Operation: This job deploys the controller installing odl-integration-all - job-template: name: 'integration-distribution-deploy-{stream}' project-type: freestyle node: dynamic_controller logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' parameters: - project-parameter: project: 'integration/distribution' - integration-branch: branch: '{branch}' - integration-bundleurl: bundleurl: 'last' wrappers: - build-timeout - ssh-agent-credentials: users: - '{ssh-credentials}' triggers: - timed: 'H H * * *' builders: - integration-get-bundle-vars - inject: properties-file: 'bundle_vars.txt' - integration-deploy-controller-verify publishers: - archive: artifacts: 'karaf.log' - email-notification: email-prefix: '[integration]' # Template: integration-distribution-offline-{stream} # Goal: Verify distribution can start with no internet connection # Operation: This job deploys the controller removing any external repository definition - job-template: name: 'integration-distribution-offline-{stream}' project-type: freestyle node: dynamic_controller logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' parameters: - project-parameter: project: 'integration/distribution' - integration-branch: branch: '{branch}' - integration-bundleurl: bundleurl: 'last' wrappers: - build-timeout - ssh-agent-credentials: users: - '{ssh-credentials}' triggers: - timed: 'H H * * *' builders: - integration-get-bundle-vars - inject: properties-file: 'bundle_vars.txt' - integration-deploy-controller-offline publishers: - archive: artifacts: 'karaf.log' - 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 -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' 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 -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]'