X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Focpplugin%2Focpplugin.yaml;h=0a9aa7d916dc9b154ef47a5ca4338d5219803bac;hb=ebb321f1aaa399dc574f0174541d6baed8af97cf;hp=58c3370d153952f604e597503559d55f8e009de9;hpb=396dd1464a4464b6e88a984defd338f4df4dc6e2;p=releng%2Fbuilder.git diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml index 58c3370d1..56e4e2969 100644 --- a/jjb/ocpplugin/ocpplugin.yaml +++ b/jjb/ocpplugin/ocpplugin.yaml @@ -1,30 +1,21 @@ +--- - 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}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' - # 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 + - openjdk8 maven: - - mvn33: - mvn-version: '{mvn33}' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'ocpplugin-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' @@ -32,33 +23,26 @@ 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}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' - # 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 + branch: 'stable/nitrogen' jdks: - - openjdk8 + - openjdk8 maven: - - mvn33: - mvn-version: '{mvn33}' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'ocpplugin-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' @@ -66,10 +50,41 @@ 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}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' + + stream: carbon + project: 'ocpplugin' + project-name: 'ocpplugin' + branch: 'stable/carbon' + karaf-version: karaf3 + 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-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'ocpplugin' project-name: 'ocpplugin' branch: 'master'