From 46f71820da1e00c1de53834b7208aa8d71ae7d71 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 31 Oct 2020 11:21:44 +0100 Subject: [PATCH] Add netconf-1.7.4.x jobs We will be needing an off-SR release, add the jobs to support that. Change-Id: I1d2fc5206a0570eeeb5600beca5f3ec4f655fcde Signed-off-by: Robert Varga --- jjb/netconf/netconf.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 9065aadbc..10034699c 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -83,6 +83,27 @@ # Used by the release job staging-profile-id: a67b22fc3663f +- project: + name: netconf-1.7.4.x + jobs: + - odl-maven-jobs + - odl-maven-verify-jobs + + stream: 1.7.4.x + project: "netconf" + project-name: "netconf" + branch: "1.7.4.x" + build-node: centos7-builder-2c-8g + 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-release-management jobs: -- 2.36.6