X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsnmp%2Fsnmp.yaml;h=527ca9a638a186113bd711a9a683059ac21324d8;hb=735b5888b8d82eab624a6a0be41456834fded048;hp=1210bfc767bb2c8f4cbafcc2721b46598e146703;hpb=019e5a570f080eb21016ee74cda15a03b8107745;p=releng%2Fbuilder.git diff --git a/jjb/snmp/snmp.yaml b/jjb/snmp/snmp.yaml index 1210bfc76..527ca9a63 100644 --- a/jjb/snmp/snmp.yaml +++ b/jjb/snmp/snmp.yaml @@ -1,309 +1,110 @@ -# REMOVE THIS LINE IF YOU WANT TO CUSTOMIZE ANYTHING BELOW -# Otherwise this file will be automatically overwritten by the template -# autobuilder. - -# ODL Releng build templates - project: - name: snmp + name: snmp-carbon jobs: - - '{name}-clm-{stream}' - - '{name}-distribution-{stream}' - - '{name}-distribution-check-{stream}' - - '{name}-integration-{stream}' - - '{name}-periodic-{stream}' - - '{name}-validate-autorelease-{stream}' - - 'snmp-verify-{stream}' - - 'snmp-merge-{stream}' - - 'snmp-sonar' - + - '{project-name}-clm-{stream}' + - '{project-name}-distribution-{stream}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-merge-{stream}' + - '{project-name}-periodic-{stream}' + - '{project-name}-validate-autorelease-{stream}' + - '{project-name}-verify-{stream}-{maven}-{jdks}' # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - boron: - branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 + - carbon: disable_autorelease: False disable_distribution_check: False - - beryllium: - branch: 'stable/beryllium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 - disable_autorelease: False - disable_distribution_check: False - - stable-lithium: - branch: 'stable/lithium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 - disable_autorelease: True - disable_distribution_check: True - project: 'snmp' + project-name: 'snmp' + branch: 'master' + jdk: openjdk8 + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: '{mvn33}' mvn-settings: 'snmp-settings' - mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' + mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[snmp] [odlparent]' + archive-artifacts: '' -# For the Job templates below replace instances of: -# PROJECT_SHORTNAME with your project name (eg. circuitsw) -# PROJECT_PATH with your project name (eg. ofextensions/circuitsw) -# MAVEN_GOALS with your maven goals to build -# MAVEN_OPTS with your maven options to build - -- job-template: - name: 'snmp-verify-{stream}' - - # Job template for ODL verify jobs - # - # The purpose of this job template is to setup a ODL verify job - # - # Required Variables: - # stream: release stream (eg. stable-lithium or beryllium) - # branch: git branch (eg. stable/lithium or master) - - project-type: matrix - node: matrix_master - concurrent: true - - axes: - - axis: - type: slave - name: nodes - values: - - dynamic_verify - - axis: - type: jdk - values: '{obj:jdks}' - - logrotate: - daysToKeep: '14' - - parameters: - - opendaylight-infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - scm: - - gerrit-trigger-scm: - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - - wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - gerrit-trigger-patch-submitted: - name: 'snmp' - branch: '{branch}' - - builders: - - jacoco-nojava-workaround - - provide-maven-settings: - global-settings-file: 'odl-global-settings' - settings-file: 'snmp-settings' - - maven-target: - maven-version: '{mvn33}' - pom: 'pom.xml' - goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -V -B -Djenkins -Dstream={stream}' - java-opts: - - '-Xmx1024m -XX:MaxPermSize=256m' - settings: 'snmp-settings' - settings-type: cfp - global-settings: 'odl-global-settings' - global-settings-type: cfp - - publishers: - - archive-artifacts: - artifacts: '**/target/surefire-reports/*-output.txt, ' - - findbugs - - email-notification: - email-prefix: '[snmp]' - - jacoco-report - - archive-build: - maven-version: '{mvn33}' - -- job-template: - name: 'snmp-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: release stream (eg. stable-lithium or beryllium) - # branch: git branch (eg. stable/lithium or master) - - project-type: maven - node: dynamic_merge - jdk: '{jdk}' - - logrotate: - daysToKeep: '14' - numToKeep: '10' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - parameters: - - opendaylight-infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - - wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - timed: 'H H * * 0' - - gerrit-trigger-patch-merged: - name: 'snmp' - branch: '{branch}' - - prebuilders: - - jacoco-nojava-workaround - - provide-maven-settings: - global-settings-file: 'odl-global-settings' - settings-file: 'snmp-settings' +- project: + name: snmp-boron + jobs: + - '{project-name}-clm-{stream}' + - '{project-name}-distribution-{stream}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-merge-{stream}' + - '{project-name}-periodic-{stream}' + - '{project-name}-validate-autorelease-{stream}' + - '{project-name}-verify-{stream}-{maven}-{jdks}' + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) + stream: + - boron: + disable_autorelease: False + disable_distribution_check: False + project: 'snmp' + project-name: 'snmp' + branch: 'stable/boron' + jdk: openjdk8 + jdks: + - openjdk8 maven: - maven-name: '{mvn33}' - root-pom: 'pom.xml' - goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -V -B -Djenkins -Dmerge -Dstream={stream}' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' - settings: 'snmp-settings' - settings-type: cfp - global-settings: 'odl-global-settings' - global-settings-type: cfp - post-step-run-condition: UNSTABLE - - postbuilders: - - conditional-step: - condition-kind: file-exists - condition-filename: deploy-site.xml - condition-basedir: workspace - - # The strategy here is intentional to run Maven site:deploy twice - # once using regular pom.xml to produce a staged-site which is - # then used by deploy-site.xml to push to Nexus. This is a - # workaround to Maven Site's default linking code which creates - # incorrect URLs for sites due to auto-detection assuming your - # project is configured in a certain way which ODL is not. - steps: - - maven-target: - maven-version: '{mvn33}' - pom: pom.xml - goals: 'site:deploy -V -B -Dstream={stream}' - java-opts: - - '-Xmx2g' - settings: 'snmp-settings' - settings-type: cfp - global-settings: 'odl-global-settings' - global-settings-type: cfp - - maven-target: - maven-version: '{mvn33}' - pom: deploy-site.xml - goals: 'site:deploy -V -B -Dstream={stream}' - java-opts: - - '-Xmx2g' - settings: 'snmp-settings' - settings-type: cfp - global-settings: 'odl-global-settings' - global-settings-type: cfp - - reporters: - - findbugs - - publishers: - - archive-artifacts: - artifacts: '**/target/surefire-reports/*-output.txt, ' - - email-notification: - email-prefix: '[snmp]' - - maven-deploy: - id: '' - unique-version: true - deploy-unstable: false - - jacoco-report - - archive-build: - maven-version: '{mvn33}' - -- job-template: - name: 'snmp-sonar' - disabled: false - - project-type: maven - node: dynamic_verify - jdk: 'openjdk8' - - logrotate: - daysToKeep: '7' - numToKeep: '10' - artifactDaysToKeep: '1' - artifactNumToKeep: '1' - - parameters: - - opendaylight-infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - scm: - - git-scm: - refspec: '' - branch: 'master' - - wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - timed: 'H H * * 6' - - gerrit-trigger-patch-sonar: - name: 'snmp' - - prebuilders: - - jacoco-nojava-workaround - - provide-maven-settings: - global-settings-file: 'odl-global-settings' - settings-file: 'snmp-settings' + - mvn33: + mvn-version: '{mvn33}' + mvn-settings: 'snmp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'odlparent-merge-{stream}' + email-upstream: '[snmp] [odlparent]' + archive-artifacts: '' +- project: + name: snmp-beryllium + jobs: + - '{project-name}-clm-{stream}' + - '{project-name}-distribution-{stream}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-merge-{stream}' + - '{project-name}-periodic-{stream}' + - '{project-name}-validate-autorelease-{stream}' + - '{project-name}-verify-{stream}-{maven}-{jdks}' + stream: + - beryllium: + disable_autorelease: False + disable_distribution_check: False + project: 'snmp' + project-name: 'snmp' + branch: 'stable/beryllium' + jdk: openjdk7 + jdks: + - openjdk7 + - openjdk8 maven: - maven-name: '{mvn33}' - root-pom: 'pom.xml' - goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -V -B -Djenkins -Dsonar' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' - settings: 'snmp-settings' - settings-type: cfp - global-settings: 'odl-global-settings' - global-settings-type: cfp - - reporters: - - findbugs - - publishers: - - sonar: - language: 'java' - maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m' - - email-notification: - email-prefix: '[snmp]' - - jacoco-report - - archive-build: - maven-version: '{mvn33}' + - mvn33: + mvn-version: '{mvn33}' + mvn-settings: 'snmp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'odlparent-merge-{stream}' + email-upstream: '[snmp] [odlparent]' + archive-artifacts: '' +- project: + name: snmp-sonar + jobs: + - '{project-name}-sonar' + project: 'snmp' + project-name: 'snmp' + branch: 'master' + mvn-settings: 'snmp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'