X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdaexim%2Fdaexim.yaml;h=cb3eec201424acf9b0a46d121903f26eed3d597e;hb=0e0e34daa29f5cd386428cc72571b1e3dee6abfa;hp=6fb143be4640119d18cb482204aa21b65de09eb5;hpb=3f26f0d97606964d92ae8ef8b05c911a40f58e19;p=releng%2Fbuilder.git diff --git a/jjb/daexim/daexim.yaml b/jjb/daexim/daexim.yaml index 6fb143be4..cb3eec201 100644 --- a/jjb/daexim/daexim.yaml +++ b/jjb/daexim/daexim.yaml @@ -1,38 +1,47 @@ --- - project: - name: daexim-carbon + name: daexim-fluorine jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs project: 'daexim' project-name: 'daexim' - stream: carbon + stream: fluorine branch: 'master' - karaf-version: karaf3 - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - 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-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-oxygen + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + project: 'daexim' + project-name: 'daexim' + stream: oxygen + branch: 'stable/oxygen' + mvn-settings: 'daexim-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' + email-upstream: '[daexim] [odlparent] [yangtools] [controller]' + + # 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-opts: '-Xmx1024m -XX:MaxPermSize=256m'