From 6c870a0057d662fc5682e881a1056bae7aaa8d57 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 8 Nov 2022 10:46:55 +0100 Subject: [PATCH 1/1] Add netconf-4.0.x jobs Add jobs supporting the Chlorine stability branch. Change-Id: I13fe86dcdc5f1bade095bb1107b2895f43288b0b 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 d37026386..0ce53e2cb 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-4.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: 4.0.x + branch: "4.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-3.0.x jobs: -- 2.36.6