X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcentinel%2Fcentinel.yaml;h=ce19225cbe2f6c60885830ff9384121df1efe41b;hb=1870dba1bee464eeb248bdeef87b40103a86b044;hp=25bfe63ead7716b4c3fde8957ef501591f098845;hpb=88c96a7e1007879aaa22e824f3a8baf82a1794d7;p=releng%2Fbuilder.git diff --git a/jjb/centinel/centinel.yaml b/jjb/centinel/centinel.yaml index 25bfe63ea..ce19225cb 100644 --- a/jjb/centinel/centinel.yaml +++ b/jjb/centinel/centinel.yaml @@ -1,3 +1,38 @@ +- project: + name: centinel-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: + - carbon: + disable_autorelease: False + disable_distribution_check: False + + project: 'centinel' + project-name: 'centinel' + branch: 'master' + jdk: openjdk8 + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: '{mvn33}' + mvn-settings: 'centinel-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: '' + email-upstream: '[centinel]' + archive-artifacts: '' + - project: name: centinel-boron jobs: @@ -19,7 +54,7 @@ project: 'centinel' project-name: 'centinel' - branch: 'master' + branch: 'stable/boron' jdk: openjdk8 jdks: - openjdk8 @@ -27,7 +62,7 @@ - mvn33: mvn-version: '{mvn33}' mvn-settings: 'centinel-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: '' email-upstream: '[centinel]' @@ -63,7 +98,7 @@ - mvn33: mvn-version: '{mvn33}' mvn-settings: 'centinel-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: '' email-upstream: '[centinel]' @@ -78,5 +113,5 @@ project-name: 'centinel' branch: master mvn-settings: 'centinel-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'