X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnemo%2Fnemo.yaml;h=3a9c047e25cf1d88aa6d9acecb46f07624db53d1;hb=3ad4ba90b269387addbda3419b61a0953282c380;hp=55605e95b9260fa29e49eb5e5ebc9e4173248582;hpb=9b34da5281efb50b64fec99422cbaf4b4908f19a;p=releng%2Fbuilder.git diff --git a/jjb/nemo/nemo.yaml b/jjb/nemo/nemo.yaml index 55605e95b..3a9c047e2 100644 --- a/jjb/nemo/nemo.yaml +++ b/jjb/nemo/nemo.yaml @@ -1,77 +1,71 @@ -# ODL Releng build templates +--- - project: - name: nemo-boron + name: nemo-oxygen 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}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - odl-maven-jobs - # 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: oxygen project: 'nemo' project-name: 'nemo' branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: - name: nemo-beryllium + name: nemo-nitrogen 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: - disable_autorelease: False - disable_distribution_check: False + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - odl-maven-jobs + + stream: nitrogen project: 'nemo' project-name: 'nemo' - branch: 'stable/beryllium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' + branch: 'stable/nitrogen' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + +- project: + name: nemo-carbon + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - odl-maven-jobs + + stream: carbon + project: 'nemo' + project-name: 'nemo' + branch: 'stable/carbon' + karaf-version: karaf3 + mvn-settings: 'nemo-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: '' + email-upstream: '[nemo]' + archive-artifacts: '' + + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'nemo' project-name: 'nemo' branch: 'master' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'