X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusecplugin%2Fusecplugin.yaml;h=d04d065a112a5cc743d3e5621a6ad7f56b1f9eb1;hb=65b1a4aadbdc67955f7a74d122e26a530b1f987f;hp=033866bf25ad58a1d9d8af5d6a411d1c268003b8;hpb=ebd0c52d74690f40140b6d6ef55c1c08feab249b;p=releng%2Fbuilder.git diff --git a/jjb/usecplugin/usecplugin.yaml b/jjb/usecplugin/usecplugin.yaml index 033866bf2..d04d065a1 100644 --- a/jjb/usecplugin/usecplugin.yaml +++ b/jjb/usecplugin/usecplugin.yaml @@ -1,22 +1,15 @@ -# ODL Releng build templates - project: - name: usecplugin-boron + name: usecplugin-carbon 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 + stream: carbon project: 'usecplugin' project-name: 'usecplugin' branch: 'master' @@ -25,9 +18,37 @@ - openjdk8 maven: - mvn33: - mvn-version: '{mvn33}' + mvn-version: 'mvn33' + mvn-settings: 'usecplugin-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'openflowplugin-merge-{stream}' + email-upstream: '[usecplugin] [openflowplugin]' + archive-artifacts: '' + +- project: + name: usecplugin-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}-validate-autorelease-{stream}' + - '{project-name}-verify-{stream}-{maven}-{jdks}' + + stream: boron + project: 'usecplugin' + project-name: 'usecplugin' + branch: 'stable/boron' + jdk: openjdk8 + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'usecplugin-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: 'openflowplugin-merge-{stream}' email-upstream: '[usecplugin] [openflowplugin]' @@ -41,14 +62,10 @@ - '{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 + stream: beryllium project: 'usecplugin' project-name: 'usecplugin' branch: 'stable/beryllium' @@ -58,15 +75,14 @@ - openjdk8 maven: - mvn33: - mvn-version: '{mvn33}' + mvn-version: 'mvn33' mvn-settings: 'usecplugin-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: 'openflowplugin-merge-{stream}' email-upstream: '[usecplugin] [openflowplugin]' archive-artifacts: '' - - project: name: usecplugin-sonar jobs: @@ -75,5 +91,5 @@ project: 'usecplugin' project-name: 'usecplugin' mvn-settings: 'usecplugin-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'