From: Anil Belur Date: Mon, 25 Jul 2016 07:26:40 +0000 (+0530) Subject: Migrate reservation matrix-verify jobs to freestyle-verify jobs X-Git-Tag: release/beryllium-sr3~43^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=595f7bdc7c76abd295f2383e6fb489537c031186;p=releng%2Fbuilder.git Migrate reservation matrix-verify jobs to freestyle-verify jobs This patch will: * Delete the existing {project-name}-verify-{stream} jobs * Create new jobs {project-name}-verify-{stream}-{maven}-{jdk} jobs This work is related to our infra changes mentioned on the mailing list (see below for link). We'd like to migrate jobs away from using the matrix type jobs and convert them to freestyle jobs as the matrix system occassionally causes us build issues especially with larger queue sizes. See: https://lists.opendaylight.org/pipermail/release/2016-July/007288.html Change-Id: I287a3186d4b8157c790bf56b3edf6e9c4a3e5754 Signed-off-by: Anil Belur --- diff --git a/jjb/reservation/reservation.yaml b/jjb/reservation/reservation.yaml index 9a4e44def..b64242176 100644 --- a/jjb/reservation/reservation.yaml +++ b/jjb/reservation/reservation.yaml @@ -1,6 +1,6 @@ # ODL Releng build templates - project: - name: reservation + name: reservation-boron jobs: - '{project-name}-clm-{stream}' - '{project-name}-distribution-{stream}' @@ -8,41 +8,101 @@ - '{project-name}-integration-{stream}' - '{project-name}-merge-{stream}' - '{project-name}-periodic-{stream}' - - '{project-name}-sonar' - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{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 disable_autorelease: False disable_distribution_check: False + project: 'reservation' + project-name: 'reservation' + branch: 'master' + jdk: openjdk8 + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: '{mvn33}' + mvn-settings: 'reservation-settings' + mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: '' + email-upstream: '[reservation]' + archive-artifacts: '' + +- project: + name: reservation-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: - branch: 'stable/beryllium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 disable_autorelease: False disable_distribution_check: False + project: 'reservation' + project-name: 'reservation' + branch: 'stable/beryllium' + jdk: openjdk7 + jdks: + - openjdk7 + - openjdk8 + maven: + - mvn33: + mvn-version: '{mvn33}' + mvn-settings: 'reservation-settings' + mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: '' + email-upstream: '[reservation]' + archive-artifacts: '' + +- project: + name: reservation-lithium + 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: - stable-lithium: - branch: 'stable/lithium' - jdk: openjdk7 - jdks: - - openjdk7 disable_autorelease: True disable_distribution_check: True - project: 'reservation' project-name: 'reservation' + branch: 'stable/lithium' + jdk: openjdk7 + jdks: + - openjdk7 + maven: + - mvn33: + mvn-version: '{mvn33}' mvn-settings: 'reservation-settings' mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[reservation]' archive-artifacts: '' + +- project: + name: reservation-sonar + jobs: + - '{project-name}-sonar' + project: 'reservation' + project-name: 'reservation' + branch: 'master' + mvn-settings: 'reservation-settings' + mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'