X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fl2switch%2Fl2switch.yaml;h=16be7f055b3609c414b13c009163dced3ab0afd0;hb=d8f6c46f14f7705f24c3d8393232e5809940b2e9;hp=f203d89595c71d0d66c102419fe58cad0e222e52;hpb=fec89881ec40dd1f7d74bfc77e129784daf4ccde;p=releng%2Fbuilder.git diff --git a/jjb/l2switch/l2switch.yaml b/jjb/l2switch/l2switch.yaml index f203d8959..16be7f055 100644 --- a/jjb/l2switch/l2switch.yaml +++ b/jjb/l2switch/l2switch.yaml @@ -1,23 +1,17 @@ --- - project: - name: l2switch-oxygen + name: l2switch-aluminium jobs: - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' + - gerrit-release-merge - odl-maven-jobs + - odl-maven-verify-jobs - stream: oxygen + stream: aluminium project: 'l2switch' project-name: 'l2switch' branch: 'master' - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' mvn-settings: 'l2switch-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx1024m -Dmaven.compile.fork=true' dependencies: > odlparent-merge-{stream}, yangtools-merge-{stream}, @@ -25,30 +19,23 @@ openflowjava-merge-{stream}, openflowplugin-merge-{stream} email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]' - archive-artifacts: '' + disable-job: true # Used by the release job staging-profile-id: 96fee85953ca0 - project: - name: l2switch-nitrogen + name: l2switch-magnesium jobs: - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - odl-maven-jobs + - odl-maven-verify-jobs - stream: nitrogen + stream: magnesium project: 'l2switch' project-name: 'l2switch' - branch: 'stable/nitrogen' - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + branch: 'stable/magnesium' mvn-settings: 'l2switch-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx1024m -Dmaven.compile.fork=true' dependencies: > odlparent-merge-{stream}, yangtools-merge-{stream}, @@ -56,31 +43,23 @@ openflowjava-merge-{stream}, openflowplugin-merge-{stream} email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]' - archive-artifacts: '' + disable-job: true # Used by the release job staging-profile-id: 96fee85953ca0 - project: - name: l2switch-carbon + name: l2switch-sodium jobs: - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - odl-maven-jobs + - odl-maven-verify-jobs - stream: carbon + stream: sodium project: 'l2switch' project-name: 'l2switch' - branch: 'stable/carbon' - karaf-version: karaf3 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + branch: 'stable/sodium' mvn-settings: 'l2switch-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx1024m -Dmaven.compile.fork=true' dependencies: > odlparent-merge-{stream}, yangtools-merge-{stream}, @@ -88,7 +67,7 @@ openflowjava-merge-{stream}, openflowplugin-merge-{stream} email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]' - archive-artifacts: '' + disable-job: true # Used by the release job staging-profile-id: 96fee85953ca0 @@ -101,5 +80,24 @@ project-name: 'l2switch' branch: 'master' mvn-settings: 'l2switch-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx1024m -Dmaven.compile.fork=true' + disable-job: true + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-api-token: '{sonarcloud_api_token}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + +- project: + name: l2switch-info + jobs: + - gerrit-info-yaml-verify + project: l2switch + project-name: l2switch + branch: master + build-node: centos7-builder-2c-1g + +- project: + name: l2switch-view + views: + - project-view + project-name: l2switch