X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcoe%2Fcoe.yaml;h=c83c050c38c414a417cc3e4411f4b70afdbba687;hb=ebb321f1aaa399dc574f0174541d6baed8af97cf;hp=3fc36fd181b1ff4055f119431981aa95df78b090;hpb=d21aa1a7d7942113e327e3f1d6998d855a48a89b;p=releng%2Fbuilder.git diff --git a/jjb/coe/coe.yaml b/jjb/coe/coe.yaml index 3fc36fd181..c83c050c38 100644 --- a/jjb/coe/coe.yaml +++ b/jjb/coe/coe.yaml @@ -1,21 +1,75 @@ +--- +- project: + name: coe-oxygen + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' + + project: 'coe' + project-name: 'coe' + stream: oxygen + branch: 'master' + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: 'mvn33' + mvn-settings: 'coe-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: '[coe] [odlparent] [yangtools] [controller]' + archive-artifacts: '' + + # Used by the release job + staging-profile-id: 96c0be46aac33 + +- project: + name: coe-nitrogen + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' + + project: 'coe' + project-name: 'coe' + stream: nitrogen + branch: 'stable/nitrogen' + jdks: + - openjdk8 + maven: + - mvn33: + mvn-version: 'mvn33' + mvn-settings: 'coe-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: '[coe] [odlparent] [yangtools] [controller]' + archive-artifacts: '' + + # Used by the release job + staging-profile-id: 96c0be46aac33 + - project: name: coe-carbon jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' project: 'coe' project-name: 'coe' stream: carbon - branch: 'master' - jdk: openjdk8 + branch: 'stable/carbon' + karaf-version: karaf3 jdks: - - openjdk8 + - openjdk8 maven: - - mvn33: - mvn-version: 'mvn33' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'coe-settings' mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' @@ -23,14 +77,17 @@ email-upstream: '[coe] [odlparent] [yangtools] [controller]' archive-artifacts: '' + # Used by the release job + staging-profile-id: 96c0be46aac33 + - project: name: coe-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'coe' project-name: 'coe' branch: 'master' mvn-settings: 'coe-settings' mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'