From: Jan Gelety Date: Tue, 10 Apr 2018 12:00:41 +0000 (+0200) Subject: Add CSIT rls1804 branch X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F11661%2F1;p=ci-management.git Add CSIT rls1804 branch Change-Id: Iffec52e961a7958a789f05ed341ecfd3230acb9f Signed-off-by: Jan Gelety --- 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