From 2235da72ce103d06ec4e3c16bc0f73b719ca71ef Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 10 Apr 2018 14:00:41 +0200 Subject: [PATCH] Add CSIT rls1804 branch Change-Id: Iffec52e961a7958a789f05ed341ecfd3230acb9f 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 82328b442..3ef50769e 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -49,6 +49,9 @@ - master: branch: 'master' branch-id: 'oper' + - '1804': + branch: 'rls1804' + branch-id: 'oper-rls1804' stream: - master: branch: 'master' @@ -62,6 +65,9 @@ - '1801': branch: 'rls1801' branch-id: 'oper-rls1801' + - '1804': + branch: 'rls1804' + branch-id: 'oper-rls1804' - job-template: diff --git a/jjb/vpp/include-raw-vpp-csit-functional.sh b/jjb/vpp/include-raw-vpp-csit-functional.sh index da5f14229..4c2f7d4df 100644 --- a/jjb/vpp/include-raw-vpp-csit-functional.sh +++ b/jjb/vpp/include-raw-vpp-csit-functional.sh @@ -52,6 +52,9 @@ else stable/1801 ) BRANCH_ID="oper-rls1801" ;; + stable/1804 ) + BRANCH_ID="oper-rls1804" + ;; * ) BRANCH_ID="oper" esac -- 2.16.6