X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Focpplugin%2Focpplugin.yaml;h=3119c12f8fb20ad6fcf1a8e65acf85fcd8b2e5d9;hb=179eb6fdb7167a2c4a5d36226a72f1ed2adcd5bc;hp=4795b7b6cda0989fd624fd1f80ad36fc2f0740b1;hpb=5d27acb6f73ee0e53234a90b95f951b648079815;p=releng%2Fbuilder.git diff --git a/jjb/ocpplugin/ocpplugin.yaml b/jjb/ocpplugin/ocpplugin.yaml index 4795b7b6c..3119c12f8 100644 --- a/jjb/ocpplugin/ocpplugin.yaml +++ b/jjb/ocpplugin/ocpplugin.yaml @@ -1,24 +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}-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: carbon + 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' @@ -26,27 +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}-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: boron + 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' @@ -54,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' + - '{project-name}-sonar' project: 'ocpplugin' project-name: 'ocpplugin' branch: 'master'