From: Ed Warnicke Date: Mon, 7 Mar 2016 13:47:11 +0000 (-0700) Subject: Add honeycomb-integration job X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ce6b386fbe40a688cabd272d70ae657558333138;p=ci-management.git Add honeycomb-integration job Because we need the up-to-date vpp-japi.jar, its important to rebuild when vpp rebuilds that jar. Change-Id: Ifdfc93cd4274be1ceb8f92a5daf9084b9d9ed174 Signed-off-by: Ed Warnicke --- diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index f8464b4ca..4e3bb8280 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -3,6 +3,7 @@ jobs: - 'honeycomb-verify' - 'honeycomb-merge' + - 'honeycomb-integration' project: 'honeycomb' branch: 'master' @@ -105,3 +106,56 @@ unique-version: true deploy-unstable: false +- job-template: + name: 'honeycomb-integration' + project-type: maven + node: 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: + users: + - '{ssh-credentials}' + + triggers: + - reverse: + jobs: 'vpp-merge' + result: 'success' + + maven: + maven-name: '{mvn33}' + root-pom: 'pom.xml' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dkaraf.keep.unpack=true' + maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + settings: '{honeycomb-settings}' + global-settings: '{global-settings}' + + reporters: + - findbugs + + publishers: + - email-notification: + email-prefix: '[honeycomb]' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false + +