X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdluxapps%2Fdluxapps.yaml;h=85aefe9de3fafb1b6dd2f4859b6ae895c812c598;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=62d4258c0c4293def2fc336c55d6f57549167ca0;hpb=bd725532d0ee35b70923351b6812fdfe872f4655;p=releng%2Fbuilder.git diff --git a/jjb/dluxapps/dluxapps.yaml b/jjb/dluxapps/dluxapps.yaml index 62d4258c0..85aefe9de 100644 --- a/jjb/dluxapps/dluxapps.yaml +++ b/jjb/dluxapps/dluxapps.yaml @@ -1,65 +1,73 @@ --- - project: - name: dluxapps-nitrogen + name: dluxapps-neon jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs project: 'dluxapps' project-name: 'dluxapps' - stream: nitrogen + stream: neon branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + build-node: centos7-builder-2c-8g mvn-settings: 'dluxapps-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: '[dluxapps] [odlparent] [yangtools] [controller]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: 96e6fb1e65bf9 - project: - name: dluxapps-carbon + name: dluxapps-fluorine + jobs: + - odl-maven-jobs + + project: 'dluxapps' + project-name: 'dluxapps' + stream: fluorine + branch: 'stable/fluorine' + build-node: centos7-builder-2c-8g + mvn-settings: 'dluxapps-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' + email-upstream: '[dluxapps] [odlparent] [yangtools] [controller]' + + # Used by the release job + staging-profile-id: 96e6fb1e65bf9 + +- project: + name: dluxapps-oxygen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs project: 'dluxapps' project-name: 'dluxapps' - stream: carbon - branch: 'stable/carbon' - karaf-version: karaf3 - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + stream: oxygen + branch: 'stable/oxygen' + build-node: centos7-builder-2c-8g mvn-settings: 'dluxapps-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: '[dluxapps] [odlparent] [yangtools] [controller]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: 96e6fb1e65bf9 - project: name: dluxapps-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'dluxapps' project-name: 'dluxapps' branch: 'master' + build-node: centos7-builder-2c-8g mvn-settings: 'dluxapps-settings' - mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- view: + name: dluxapps + description: 'List of dluxapps jobs' + regex: '^dluxapps-.*' + <<: *releng_view_common