From: Thanh Ha Date: Mon, 2 Feb 2015 23:02:23 +0000 (-0500) Subject: Add sdninterfaceapp to JJB X-Git-Tag: release/lithium~346^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=2c8261773917dee7e69ac3e4bf6e4dd7f8450d7c;p=releng%2Fbuilder.git Add sdninterfaceapp to JJB Change-Id: I6a19086086fa3371b69491b38697ba7b51afdc3f Signed-off-by: Thanh Ha --- diff --git a/jjb/sdninterfaceapp/sdninterfaceapp.cfg b/jjb/sdninterfaceapp/sdninterfaceapp.cfg new file mode 100644 index 000000000..b008fb375 --- /dev/null +++ b/jjb/sdninterfaceapp/sdninterfaceapp.cfg @@ -0,0 +1,2 @@ +MAVEN_GOALS: clean install -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo +DEPENDENCIES: odlparent,bgpcep \ No newline at end of file diff --git a/jjb/sdninterfaceapp/sdninterfaceapp.yaml b/jjb/sdninterfaceapp/sdninterfaceapp.yaml new file mode 100644 index 000000000..369d563b2 --- /dev/null +++ b/jjb/sdninterfaceapp/sdninterfaceapp.yaml @@ -0,0 +1,302 @@ +# 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: sdninterfaceapp + jobs: + - 'sdninterfaceapp-verify-{stream}' + - 'sdninterfaceapp-merge-{stream}' + - 'sdninterfaceapp-daily-{stream}' + - 'sdninterfaceapp-integration-{stream}' + - 'sdninterfaceapp-sonar' + + # stream: branch with - in place of / (eg. stable-helium) + # branch: branch (eg. stable/helium) + stream: + - master: + branch: 'master' + - stable-helium: + branch: 'stable/helium' + + project: 'sdninterfaceapp' + 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: 'sdninterfaceapp-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: + - gerrit-trigger-patch-submitted: + name: 'sdninterfaceapp' + branch: '{branch}' + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: 'clean install -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' + settings: '{sdninterfaceapp-settings}' + global-settings: '{odl-global-settings}' + ignore-upstream-changes: true + + publishers: + - email-notification: + email-prefix: '[sdninterfaceapp]' + +- job-template: + name: 'sdninterfaceapp-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: + - gerrit-trigger-patch-merged: + name: 'sdninterfaceapp' + branch: '{branch}' + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: 'clean install -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' + settings: '{sdninterfaceapp-settings}' + global-settings: '{odl-global-settings}' + + publishers: + - email-notification: + email-prefix: '[sdninterfaceapp]' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false + +- job-template: + name: 'sdninterfaceapp-daily-{stream}' + + # Job template for daily builders + # + # The purpose of this job template is to setup a daily/nightly + # builder and pushes to Sonar analysis. + # + # Required Variables: + # stream: branch with - in place of / (eg. stable-helium) + # branch: branch (eg. stable/helium) + + 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: + - project-parameter: + project: '{project}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + wrappers: + - build-timeout + - ssh-agent-credentials: + user: '{ssh-credentials}' + + triggers: + - timed: 'H H * * *' + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: 'clean install -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' + settings: '{sdninterfaceapp-settings}' + global-settings: '{odl-global-settings}' + + publishers: + - email-notification: + email-prefix: '[sdninterfaceapp]' + - jacoco-report + +- job-template: + name: 'sdninterfaceapp-integration-{stream}' + disabled: false + + # 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: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + wrappers: + - build-timeout + - ssh-agent-credentials: + user: '{ssh-credentials}' + + triggers: + - reverse: + jobs: 'odlparent-merge-{stream},bgpcep-merge-{stream}' + result: 'success' + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: 'clean install -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' + settings: '{sdninterfaceapp-settings}' + global-settings: '{odl-global-settings}' + + publishers: + - email-notification: + email-prefix: '[sdninterfaceapp] [odlparent] [bgpcep]' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false + +- job-template: + name: 'sdninterfaceapp-sonar' + + project-type: maven + node: dynamic_verify + jdk: '{jdk}' + + logrotate: + daysToKeep: '7' + numToKeep: '10' + artifactDaysToKeep: '1' + artifactNumToKeep: '1' + + parameters: + - project-parameter: + project: '{project}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: 'master' + + wrappers: + - build-timeout + - ssh-agent-credentials: + user: '{ssh-credentials}' + + triggers: + - timed: 'H H * * *' + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: 'clean install -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' + settings: '{sdninterfaceapp-settings}' + global-settings: '{odl-global-settings}' + + publishers: + - sonar: + language: 'java' + maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m' + - email-notification: + email-prefix: '[sdninterfaceapp]'