From 7403991883d5caaf99f92e51c580c1f7f5180c15 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 15 May 2023 10:29:17 +0200 Subject: [PATCH] Add jobs for odlparent-12.0.x odlparent is about to branch, add jobs to support the new branch. Change-Id: I7817f23c65dedb5b2ddc9146313308064c82bb26 Signed-off-by: Robert Varga --- jjb/odlparent/odlparent.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/jjb/odlparent/odlparent.yaml b/jjb/odlparent/odlparent.yaml index 5cae95da3..b0b5a6ab2 100644 --- a/jjb/odlparent/odlparent.yaml +++ b/jjb/odlparent/odlparent.yaml @@ -33,6 +33,40 @@ # Used by the release job staging-profile-id: 880d5ac25eaa +- project: + name: odlparent-12.0.x + jobs: + - "{project-name}-rtd-jobs": + build-node: centos7-builder-2c-2g + doc-dir: .tox/docs/tmp/html + project-pattern: odlparent + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-odlparent/50830/ + rtd-token: e5afd4ac1ead64408d9e13cd1f628ade55512f8f + - odl-maven-jobs-jdk17 + - odl-maven-verify-jobs-jdk17 + - gerrit-tox-verify + + stream: 12.0.x + project: odlparent + project-name: odlparent + branch: 12.0.x + + mvn-settings: odlparent-settings + build-node: centos8-builder-4c-4g + + dependencies: "" + email-upstream: "[odlparent]" + 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: 880d5ac25eaa + - project: name: odlparent-11.0.x jobs: -- 2.36.6