From 4d88066850ebdb147ae1fe1e9ec44a435bfed697 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 9 Oct 2018 15:30:04 +0200 Subject: [PATCH] Add CSIT rls1810 branch Change-Id: Icdc40ad90c1da8d3a9ad1dd32e02bb8b1d406cec Signed-off-by: Jan Gelety --- jjb/csit/csit.yaml | 6 ++++++ jjb/vpp/include-raw-vpp-csit-functional.sh | 3 +++ 2 files changed, 9 insertions(+) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index ad5d618ba..e6e3249aa 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -62,6 +62,9 @@ - master: branch: 'master' branch-id: 'oper' + - '1810': + branch: 'rls1810' + branch-id: 'oper-rls1810' stream: - master: branch: 'master' @@ -75,6 +78,9 @@ - '1807': branch: 'rls1807' branch-id: 'oper-rls1807' + - '1810': + branch: 'rls1810' + branch-id: 'oper-rls1810' - job-template: diff --git a/jjb/vpp/include-raw-vpp-csit-functional.sh b/jjb/vpp/include-raw-vpp-csit-functional.sh index a6f577b18..804ed6248 100644 --- a/jjb/vpp/include-raw-vpp-csit-functional.sh +++ b/jjb/vpp/include-raw-vpp-csit-functional.sh @@ -58,6 +58,9 @@ else stable/1807 ) BRANCH_ID="oper-rls1807" ;; + stable/1810 ) + BRANCH_ID="oper-rls1810" + ;; * ) BRANCH_ID="oper" esac -- 2.16.6