From e7f90d0bebac6940b204fae31e348b978cff5047 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 5 Oct 2022 13:08:06 +0200 Subject: [PATCH] Add mdsal-10.0.x jobs MDSAL has branched 10.0.x stability branch, add jobs to support it. Change-Id: If6686214c5779719b0b27b43fc28562aad852c30 Signed-off-by: Robert Varga --- jjb/mdsal/mdsal.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index 83f25b5d9..690c60554 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -31,6 +31,38 @@ # 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: > + **/*.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: -- 2.36.6