X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fof-config%2Fof-config.yaml;h=5aa4e5c0613e701bb09f39080974cdaf3f432893;hb=f5611e3768895d4b4ca20c7719a2bd9fe5652fca;hp=767bacb0b73c8b143887ff3540ab898e8ee4c38b;hpb=b5776355cc7efca94a42ae1ddf98c324dbdabe75;p=releng%2Fbuilder.git diff --git a/jjb/of-config/of-config.yaml b/jjb/of-config/of-config.yaml index 767bacb0b..5892334b0 100644 --- a/jjb/of-config/of-config.yaml +++ b/jjb/of-config/of-config.yaml @@ -1,40 +1,65 @@ -# ODL Releng build templates +--- - project: - name: of-config + name: of-config-oxygen jobs: - - '{name}-clm-{stream}' - - '{name}-distribution-{stream}' - - '{name}-distribution-check-{stream}' - - '{name}-integration-{stream}' - - '{name}-merge-{stream}' - - '{name}-periodic-{stream}' - - '{name}-sonar' - - '{name}-validate-autorelease-{stream}' - - '{name}-verify-{stream}' - - # 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 - - beryllium: - branch: 'stable/beryllium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 - disable_autorelease: False - disable_distribution_check: False + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + stream: oxygen 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' 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-carbon + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: carbon + project: 'of-config' + project-name: 'of-config' + branch: 'stable/carbon' + karaf-version: karaf3 + 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-sonar + jobs: + - gerrit-maven-sonar + project: 'of-config' + project-name: 'of-config' + branch: 'master' + mvn-settings: 'of-config-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'