From 3f8cca3f85b5b528254e32f597cee66f277eea11 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 14 May 2021 13:59:25 +0200 Subject: [PATCH] Add netconf jobs for 1.13.x We have branched for next iteration, add the jobs to support silicon release stream. Change-Id: Ia4e213bdb877afd0ae74ed55d5c2c5b8e2606eb5 Signed-off-by: Robert Varga --- jjb/netconf/netconf.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index a41ee0f64..98e1d6bf1 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -26,6 +26,33 @@ # Used by the release job staging-profile-id: a67b22fc3663f +- project: + name: netconf-1.13.x + jobs: + - "{project-name}-rtd-jobs": + build-node: centos7-builder-2c-2g + project-pattern: netconf + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-netconf/48397/ + rtd-token: aee2df909686ab7ba36f2ed08d90bdcf81f7b8dc + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs + + stream: 1.13.x + project: "netconf" + project-name: "netconf" + branch: "1.13.x" + build-node: centos7-builder-2c-8g + java-version: "openjdk11" + mvn-settings: "netconf-settings" + mvn-goals: "clean deploy -Pintegrationtests" + mvn-opts: "-Xmx2048m -Dmaven.compile.fork=true" + 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-aluminium jobs: -- 2.36.6