X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal.yaml;h=690c605548118eeb1f1260c5d4d4244453eb6927;hb=e7f90d0bebac6940b204fae31e348b978cff5047;hp=ea55b8f6f1ad735ce4aa225a564dd254bedcef4a;hpb=65dfbd8fb47b909c49f41d539bb5b8a2414d8d60;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index ea55b8f6f..690c60554 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -7,18 +7,18 @@ 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 project-name: mdsal branch: master stream: master - java-version: "openjdk11" + build-node: centos8-builder-4c-4g + java-version: "openjdk17" mvn-settings: "mdsal-settings" - mvn-version: mvn36 - build-timeout: 90 + build-timeout: 60 archive-artifacts: > **/*.prop @@ -32,7 +32,39 @@ staging-profile-id: a674173c7b29d - project: - name: mdsal-6.0.x + 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: > + **/*.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-9.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos7-builder-2c-2g @@ -41,16 +73,17 @@ 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: 6.0.x - stream: 6.0.x + branch: 9.0.x + stream: 9.0.x java-version: "openjdk11" mvn-settings: "mdsal-settings" - mvn-version: mvn36 - build-timeout: 90 + build-timeout: 60 archive-artifacts: > **/*.prop @@ -64,7 +97,7 @@ staging-profile-id: a674173c7b29d - project: - name: mdsal-5.0.x + name: mdsal-8.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos7-builder-2c-2g @@ -76,16 +109,14 @@ project: mdsal project-name: mdsal - branch: 5.0.x - stream: 5.0.x + branch: 8.0.x + stream: 8.0.x java-version: "openjdk11" mvn-settings: "mdsal-settings" - mvn-opts: "-Xmx2048m" - build-timeout: 90 + mvn-version: mvn36 + build-timeout: 60 - dependencies: "odlparent-merge-{stream},yangtools-merge-{stream}" - email-upstream: "[mdsal] [odlparent] [yangtools]" archive-artifacts: > **/*.prop **/*.log @@ -107,6 +138,9 @@ build-node: centos7-builder-2c-1g mvn-settings: mdsal-settings + # Needs to be rather long until we sort out the performance of + # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/ + build-timeout: 120 - project: name: mdsal-sonar @@ -122,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}"