From: Jan Gelety Date: Mon, 23 Jul 2018 07:24:12 +0000 (+0200) Subject: Add CSIT rls1807 branch X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F13606%2F1;p=ci-management.git Add CSIT rls1807 branch Change-Id: I0066912c3779a6c238cc500e824d544abf091e5d Signed-off-by: Jan Gelety --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index aa4e992fa..4b9a3876e 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -60,6 +60,9 @@ - master: branch: 'master' branch-id: 'oper' + - '1807': + branch: 'rls1807' + branch-id: 'oper-rls1807' stream: - master: branch: 'master' @@ -76,6 +79,9 @@ - '1804': branch: 'rls1804' branch-id: 'oper-rls1804' + - '1807': + branch: 'rls1807' + branch-id: 'oper-rls1807' - job-template: diff --git a/jjb/vpp/include-raw-vpp-csit-functional.sh b/jjb/vpp/include-raw-vpp-csit-functional.sh index 4c2f7d4df..a6f577b18 100644 --- a/jjb/vpp/include-raw-vpp-csit-functional.sh +++ b/jjb/vpp/include-raw-vpp-csit-functional.sh @@ -55,6 +55,9 @@ else stable/1804 ) BRANCH_ID="oper-rls1804" ;; + stable/1807 ) + BRANCH_ID="oper-rls1807" + ;; * ) BRANCH_ID="oper" esac