From 4e1f31ddc9a6cc86716793f33330e838af8ffc96 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 13 Nov 2023 16:43:42 +0100 Subject: [PATCH] Add mdsal-12.0.x jobs MD-SAL has create a stability branch for 2023.09, add jobs to support it. Change-Id: Ifb9423af7b44218873cf521c2ab1a807e323bf0c Signed-off-by: Robert Varga --- jjb/mdsal/mdsal.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index 49b0c4b8e..ec8d1bf68 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -29,6 +29,36 @@ # Used by the release job staging-profile-id: a674173c7b29d +- project: + name: mdsal-12.0.x + jobs: + - "{project-name}-rtd-jobs": + build-node: centos8-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: 12.0.x + stream: 12.0.x + + 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-11.0.x jobs: -- 2.36.6