X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdaexim%2Fdaexim.yaml;h=2bd15c025b8434fb026c0148556c6587efcadd5c;hb=ebb321f1aaa399dc574f0174541d6baed8af97cf;hp=1c0407fc3bb3e1cec34daccdd875f8a20fe25295;hpb=db545e590f81966510810472404aabda42fe1252;p=releng%2Fbuilder.git diff --git a/jjb/daexim/daexim.yaml b/jjb/daexim/daexim.yaml index 1c0407fc3b..2bd15c025b 100644 --- a/jjb/daexim/daexim.yaml +++ b/jjb/daexim/daexim.yaml @@ -1,38 +1,66 @@ +--- - project: - name: daexim-carbon + name: daexim-oxygen jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' project: 'daexim' project-name: 'daexim' - stream: carbon + stream: oxygen branch: 'master' - jdk: openjdk8 jdks: - - openjdk8 + - openjdk8 maven: - - mvn33: - mvn-version: 'mvn33' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'daexim-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: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' email-upstream: '[daexim] [odlparent] [yangtools] [controller]' archive-artifacts: '' + # Used by the release job + staging-profile-id: 96e4dade34bd7 + +- project: + name: daexim-nitrogen + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' + + project: 'daexim' + project-name: 'daexim' + stream: nitrogen + branch: 'stable/nitrogen' + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: 'mvn33' + mvn-settings: 'daexim-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' + email-upstream: '[daexim] [odlparent] [yangtools] [controller]' + archive-artifacts: '' + + # Used by the release job + staging-profile-id: 96e4dade34bd7 + - project: name: daexim-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'daexim' project-name: 'daexim' branch: 'master' mvn-settings: 'daexim-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'