From 77ac59013791b8184577e4a8798595a7bd72e82b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 19 Apr 2023 17:10:39 +0200 Subject: [PATCH] Add jobs for netconf-5.0.x NETCONF is about to branch, add jobs to support the new branch. Change-Id: Ib0341e1063efdbab49b68b0e4f993eec3804e094 Signed-off-by: Robert Varga --- jjb/netconf/netconf.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index add4dafe1..d866336be 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -29,6 +29,36 @@ # Used by the release job staging-profile-id: a67b22fc3663f +- project: + name: netconf-5.0.x + jobs: + - "{project-name}-rtd-jobs": + build-node: centos8-builder-2c-2g + project-pattern: netconf + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-netconf/48397/ + rtd-token: aee2df909686ab7ba36f2ed08d90bdcf81f7b8dc + - gerrit-tox-verify: + build-node: centos8-builder-2c-2g + parallel: true + - odl-maven-jobs-jdk17 + - odl-maven-verify-jobs-jdk17 + + project: "netconf" + project-name: "netconf" + stream: 5.0.x + branch: "5.0.x" + build-node: centos8-builder-4c-4g + java-version: "openjdk17" + karaf-version: "netconf" + mvn-settings: "netconf-settings" + mvn-goals: "clean deploy -Pintegrationtests" + build-timeout: 90 + dependencies: "aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}" + email-upstream: "[netconf] [aaa] [controller] [odlparent] [yangtools]" + + # Used by the release job + staging-profile-id: a67b22fc3663f + - project: name: netconf-4.0.x jobs: -- 2.36.6