X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fof-config%2Fof-config.yaml;h=5aa4e5c0613e701bb09f39080974cdaf3f432893;hb=f5611e3768895d4b4ca20c7719a2bd9fe5652fca;hp=32f40b196b2aaba1ff2831f61a7586b1bf497f23;hpb=200872e639cb016f09b8e2e1594d0e8fc431a0ec;p=releng%2Fbuilder.git diff --git a/jjb/of-config/of-config.yaml b/jjb/of-config/of-config.yaml index 32f40b196..5892334b0 100644 --- a/jjb/of-config/of-config.yaml +++ b/jjb/of-config/of-config.yaml @@ -1,77 +1,65 @@ -# ODL Releng build templates +--- - project: - name: of-config-boron + name: of-config-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}' + - 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: 'of-config' project-name: 'of-config' branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' mvn-settings: 'of-config-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: netconf-merge-{stream}' email-upstream: '[of-config] [netconf]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: a6880455efe67 + +- project: + name: of-config-nitrogen + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: nitrogen + project: 'of-config' + project-name: 'of-config' + branch: 'stable/nitrogen' + mvn-settings: 'of-config-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: netconf-merge-{stream}' + email-upstream: '[of-config] [netconf]' + + # Used by the release job + staging-profile-id: a6880455efe67 - project: - name: of-config-beryllium + name: of-config-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: - - beryllium: - disable_autorelease: False - disable_distribution_check: False + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: carbon project: 'of-config' project-name: 'of-config' - branch: 'stable/beryllium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' + branch: 'stable/carbon' + karaf-version: karaf3 mvn-settings: 'of-config-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: netconf-merge-{stream}' email-upstream: '[of-config] [netconf]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: a6880455efe67 - project: name: of-config-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'of-config' project-name: 'of-config' branch: 'master' mvn-settings: 'of-config-settings' - mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'