X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcoe%2Fcoe.yaml;h=bda82a85650d2838fb5792f38106569005c47381;hb=71019f5a294fc68253fe3a95fbc6759765c253d3;hp=3fc36fd181b1ff4055f119431981aa95df78b090;hpb=ebf4bc5604d4a055be55c142f12bbfbd1f6b8a07;p=releng%2Fbuilder.git diff --git a/jjb/coe/coe.yaml b/jjb/coe/coe.yaml index 3fc36fd18..bda82a856 100644 --- a/jjb/coe/coe.yaml +++ b/jjb/coe/coe.yaml @@ -1,21 +1,72 @@ +--- +- project: + name: coe-oxygen + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - odl-maven-jobs + + 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}' + - odl-maven-jobs + + 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}' + - odl-maven-jobs 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 +74,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'