From 9c39183a5098f25ea0616426f85f5c496ae73349 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 2 Feb 2021 11:49:55 +0100 Subject: [PATCH] Add jobs for mdsal-7.0.x MD-SAL is going to branch soon, add a branch to support Silicon release stream. Change-Id: I1ef1517c239502b2eec2ccbb2318dd45873dfc7f 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 ea55b8f6f..4215e8576 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-7.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 + + project: mdsal + project-name: mdsal + branch: 7.0.x + stream: 7.0.x + + java-version: "openjdk11" + mvn-settings: "mdsal-settings" + mvn-version: mvn36 + build-timeout: 90 + + 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-6.0.x jobs: -- 2.36.6