diff options
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 |