X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Focpplugin%2Focpplugin.yaml;h=7a766aefba43ba27f5ac19ca1fe8058819a4dbaf;hb=f5611e3768895d4b4ca20c7719a2bd9fe5652fca;hp=58c3370d153952f604e597503559d55f8e009de9;hpb=91edb2959bb6308c40cf6069c75be2163b37002c;p=releng%2Fbuilder.git diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml index 58c3370d1..eb99c400c 100644 --- a/jjb/ocpplugin/ocpplugin.yaml +++ b/jjb/ocpplugin/ocpplugin.yaml @@ -1,78 +1,65 @@ +--- - project: - name: ocpplugin-carbon + name: ocpplugin-oxygen jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs - # stream: release stream (eg. stable-lithium or beryllium) - # branch: git branch (eg. stable/lithium or master) - stream: - - carbon: - disable_autorelease: False - disable_distribution_check: False + stream: oxygen project: 'ocpplugin' project-name: 'ocpplugin' branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' mvn-settings: 'ocpplugin-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: a687673279f9c - project: - name: ocpplugin-boron + name: ocpplugin-nitrogen jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs - # stream: release stream (eg. stable-lithium or beryllium) - # branch: git branch (eg. stable/lithium or master) - stream: - - boron: - disable_autorelease: False - disable_distribution_check: False + stream: nitrogen project: 'ocpplugin' project-name: 'ocpplugin' - branch: 'stable/boron' - jdk: openjdk8 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: '{mvn33}' + branch: 'stable/nitrogen' mvn-settings: 'ocpplugin-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: a687673279f9c + +- project: + name: ocpplugin-carbon + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: carbon + project: 'ocpplugin' + project-name: 'ocpplugin' + branch: 'stable/carbon' + karaf-version: karaf3 + mvn-settings: 'ocpplugin-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}' + email-upstream: '[ocpplugin] [odlparent] [yangtools] [controller]' + + # Used by the release job + staging-profile-id: a687673279f9c - project: name: ocpplugin-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'ocpplugin' project-name: 'ocpplugin' branch: 'master' mvn-settings: 'ocpplugin-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'