From 85c0d82a39ce3a180b60305c43969a1a000c98bc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 13 Apr 2021 21:40:59 +0200 Subject: [PATCH] Update l2switch jobs l2switch has been brought forward to Sodium SR4/release. It is no longer part of autorelease, hence it really have a self-managed set of jobs -- covering only master branch with JDK11. Change-Id: Ie1817136f9e0ea5beecc5682195f9b141c9a663f Signed-off-by: Robert Varga --- jjb/l2switch/l2switch.yaml | 45 +++++++++----------------------------- 1 file changed, 10 insertions(+), 35 deletions(-) diff --git a/jjb/l2switch/l2switch.yaml b/jjb/l2switch/l2switch.yaml index 758837e12..d7e136fcb 100644 --- a/jjb/l2switch/l2switch.yaml +++ b/jjb/l2switch/l2switch.yaml @@ -1,42 +1,19 @@ --- - project: - name: l2switch-phosphorus + name: l2switch-master jobs: - - odl-maven-jobs + - odl-maven-jobs-jdk11 - odl-maven-verify-jobs - stream: phosphorus - project: "l2switch" - project-name: "l2switch" - branch: "master" - mvn-settings: "l2switch-settings" - mvn-opts: "-Xmx1024m -Dmaven.compile.fork=true" - dependencies: > - odlparent-merge-{stream}, - yangtools-merge-{stream}, - controller-merge-{stream}, - openflowjava-merge-{stream}, - openflowplugin-merge-{stream} - email-upstream: - "[l2switch] [odlparent] [yangtools] [controller] [openflowjava]\ - \ [openflowplugin]" - disable-job: true - - # Used by the release job - staging-profile-id: 96fee85953ca0 - -- project: - name: l2switch-silicon - jobs: - - odl-maven-jobs - - odl-maven-verify-jobs + project: l2switch + project-name: l2switch + branch: master + stream: master - stream: silicon - project: "l2switch" - project-name: "l2switch" - branch: "stable/silicon" + java-version: "openjdk11" mvn-settings: "l2switch-settings" - mvn-opts: "-Xmx1024m -Dmaven.compile.fork=true" + mvn-version: mvn36 + dependencies: > odlparent-merge-{stream}, yangtools-merge-{stream}, @@ -46,7 +23,6 @@ email-upstream: "[l2switch] [odlparent] [yangtools] [controller] [openflowjava]\ \ [openflowplugin]" - disable-job: true # Used by the release job staging-profile-id: 96fee85953ca0 @@ -70,8 +46,7 @@ project-name: "l2switch" branch: "master" mvn-settings: "l2switch-settings" - mvn-opts: "-Xmx1024m -Dmaven.compile.fork=true" - disable-job: true + mvn-opts: "-Xmx1024m" sonarcloud: true sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-api-token: "{sonarcloud_api_token}" -- 2.36.6