# ODL Releng build templates - project: name: integration jobs: - 'integration-distribution-verify-{stream}' - 'integration-distribution-merge-{stream}' - 'integration-csit-verify-{stream}' - 'integration-distribution-offline-{stream}' # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) stream: - master: branch: 'master' - stable-helium: branch: 'stable/helium' project: 'integration' jdk: 'openjdk7' # For the Job templates below replace instances of: # PROJECT with your project name (eg. controller) # MAVEN_GOALS with your maven goals to build # MAVEN_OPTS with your maven options to build - job-template: name: 'integration-distribution-verify-{stream}' # Job template for ODL verify jobs # # The purpose of this job template is to setup a ODL verify job # # Required Variables: # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) 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: '{project}' - gerrit-parameter: branch: '{branch}' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' wrappers: - build-timeout - ssh-agent-credentials: user: '{ssh-credentials}' triggers: - integration-distribution-gerrit-trigger-patch-submitted: name: 'integration' branch: '{branch}' prebuilders: - wipe-org-opendaylight-repo maven: maven-name: '{mvn32}' root-pom: 'pom.xml' goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{integration-settings}' global-settings: '{odl-global-settings}' ignore-upstream-changes: true publishers: - email-notification: email-prefix: '[integration]' - job-template: name: 'integration-distribution-merge-{stream}' # Job template for ODL merge jobs # # The purpose of this job template is to setup a ODL merge job # and deploy artifacts to Nexus. # # Required Variables: # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) 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: '{project}' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '' choosing-strategy: 'default' wrappers: - build-timeout - ssh-agent-credentials: user: '{ssh-credentials}' triggers: - integration-distribution-gerrit-trigger-patch-merged: name: 'integration' branch: '{branch}' prebuilders: - wipe-org-opendaylight-repo maven: maven-name: '{mvn32}' root-pom: 'pom.xml' goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{integration-settings}' global-settings: '{odl-global-settings}' publishers: - email-notification: email-prefix: '[integration]' - maven-deploy: id: '' unique-version: true deploy-unstable: false - job-template: name: 'integration-csit-verify-{stream}' project-type: freestyle node: dynamic_robot 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' - integration-branch: branch: '{branch}' - integration-bundleurl: bundleurl: 'last' - integration-controller-scope: controller-scope: 'only' - integration-controller-features: controller-features: 'odl-openflowplugin-flow-services-ui' - integration-test-options: test-options: '-e adsal' - integration-test-plan: test-plan: 'openflowplugin-flow-services.txt' scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' wrappers: - build-timeout - integration-jclouds-controller-mininet: controller-vms: 1 mininet-vms: 1 - ssh-agent-credentials: user: '{ssh-credentials}' triggers: - integration-csit-gerrit-trigger-patch-submitted: name: 'integration' branch: '{branch}' builders: - integration-get-slave-addresses - inject: properties-file: 'slave_addresses.txt' - integration-deploy-controller-run-test publishers: - integration-robot: unstable-if: 97.0 pass-if: 97.0 - archive: artifacts: 'karaf.log' - email-notification: email-prefix: '[{project}]' - 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' - integration-branch: branch: '{branch}' - integration-bundleurl: bundleurl: 'last' scm: - git-scm: credentials-id: '{ssh-credentials}' refspec: '' branch: '{branch}' wrappers: - build-timeout - ssh-agent-credentials: user: '{ssh-credentials}' triggers: - timed: 'H H * * *' builders: - integration-deploy-controller-offline publishers: - archive: artifacts: 'karaf.log' - email-notification: email-prefix: '[{project}]'