X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal.yaml;h=690c605548118eeb1f1260c5d4d4244453eb6927;hb=8ea324e47af42cb2a349ad2005d5e1dbd75f9346;hp=9a187107e48579146b71f5a210ac71afbb2d2cf7;hpb=f8b29d28615ccff1440901324955e53314a30ae4;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index 9a187107e..690c60554 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -7,8 +7,7 @@ project-pattern: mdsal rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-mdsal/44052/ rtd-token: a56d6212dd3de3eef12642affe8a6100cc8bc002 - - odl-maven-jobs-jdk11 - - odl-maven-verify-jobs + - odl-maven-jobs-jdk17 - odl-maven-verify-jobs-jdk17 project: mdsal @@ -16,9 +15,41 @@ branch: master stream: master - java-version: "openjdk11" + build-node: centos8-builder-4c-4g + java-version: "openjdk17" mvn-settings: "mdsal-settings" + build-timeout: 60 + + archive-artifacts: > + **/*.prop + **/*.log + **/target/surefire-reports/*-output.txt + **/target/failsafe-reports/failsafe-summary.xml + **/hs_err_*.log + **/target/feature/feature.xml + + # Used by the release job + staging-profile-id: a674173c7b29d + +- project: + name: mdsal-10.0.x + jobs: + - "{project-name}-rtd-jobs": + build-node: centos7-builder-2c-2g + project-pattern: mdsal + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-mdsal/44052/ + rtd-token: a56d6212dd3de3eef12642affe8a6100cc8bc002 + - odl-maven-jobs-jdk17 + - odl-maven-verify-jobs-jdk17 + + project: mdsal + project-name: mdsal + branch: 10.0.x + stream: 10.0.x + build-node: centos8-builder-4c-4g + java-version: "openjdk17" + mvn-settings: "mdsal-settings" build-timeout: 60 archive-artifacts: > @@ -33,7 +64,7 @@ staging-profile-id: a674173c7b29d - project: - name: mdsal-8.0.x + name: mdsal-9.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos7-builder-2c-2g @@ -42,15 +73,16 @@ rtd-token: a56d6212dd3de3eef12642affe8a6100cc8bc002 - odl-maven-jobs-jdk11 - odl-maven-verify-jobs + - odl-maven-verify-jobs-jdk17: + build-node: centos8-builder-4c-4g project: mdsal project-name: mdsal - branch: 8.0.x - stream: 8.0.x + branch: 9.0.x + stream: 9.0.x java-version: "openjdk11" mvn-settings: "mdsal-settings" - mvn-version: mvn36 build-timeout: 60 archive-artifacts: > @@ -65,7 +97,7 @@ staging-profile-id: a674173c7b29d - project: - name: mdsal-7.0.x + name: mdsal-8.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos7-builder-2c-2g @@ -77,8 +109,8 @@ project: mdsal project-name: mdsal - branch: 7.0.x - stream: 7.0.x + branch: 8.0.x + stream: 8.0.x java-version: "openjdk11" mvn-settings: "mdsal-settings" @@ -124,10 +156,12 @@ project: "mdsal" project-name: "mdsal" branch: "master" - java-version: "openjdk11" + build-node: centos8-builder-4c-4g + java-version: "openjdk17" + mvn-version: mvn38 mvn-settings: "mdsal-settings" - mvn-goals: "-Dmaven.compile.fork=true clean deploy -Dintegrationtests" - mvn-opts: "-Xmx2048m" + mvn-goals: "clean deploy" + mvn-opts: "-Dintegrationtests" sonarcloud: true sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-api-token: "{sonarcloud_api_token}"