From 05345d8d4597df4b00470b4497ab93599276f201 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 14 Apr 2022 11:33:08 +0200 Subject: [PATCH] Add jobs for mdsal-9.0.x We are branching for Cl development, add jobs for Sulfur. Change-Id: Ie3604ed558ce97c29f1b157edabacf5eb3cd9f20 Signed-off-by: Robert Varga --- jjb/mdsal/mdsal.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/jjb/mdsal/mdsal.yaml b/jjb/mdsal/mdsal.yaml index 85a615eee..7cd026b9d 100644 --- a/jjb/mdsal/mdsal.yaml +++ b/jjb/mdsal/mdsal.yaml @@ -32,6 +32,39 @@ # 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 + 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-verify-jobs-jdk17: + build-node: centos8-builder-4c-4g + + project: mdsal + project-name: mdsal + branch: 9.0.x + stream: 9.0.x + + java-version: "openjdk11" + 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-8.0.x jobs: -- 2.36.6