diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-10-09 15:30:04 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-10-09 15:30:04 +0200 |
commit | 4d88066850ebdb147ae1fe1e9ec44a435bfed697 (patch) | |
tree | b468ad9c00a8ea10e0923e06d1ca3948033bb755 /jjb | |
parent | 8907d0a67fe1cec69a40a7a216624f4d0672c1c6 (diff) |
Add CSIT rls1810 branch
Change-Id: Icdc40ad90c1da8d3a9ad1dd32e02bb8b1d406cec
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 6 | ||||
-rw-r--r-- | jjb/vpp/include-raw-vpp-csit-functional.sh | 3 |
2 files changed, 9 insertions, 0 deletions
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 |