summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-10-10 14:30:12 +0000
committerGerrit Code Review <gerrit@fd.io>2018-10-10 14:30:12 +0000
commitd042400e413b8aee73bb0bc750705f493496b8e7 (patch)
treec19a921a33f64121871ccd3f0a09c81e567d9f79
parente37aee87472656644472da3a34d0bb287191624b (diff)
parent4d88066850ebdb147ae1fe1e9ec44a435bfed697 (diff)
Merge "Add CSIT rls1810 branch"
-rw-r--r--jjb/csit/csit.yaml6
-rw-r--r--jjb/vpp/include-raw-vpp-csit-functional.sh3
2 files changed, 9 insertions, 0 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 13f11719b..228c335f3 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -63,6 +63,9 @@
- master:
branch: 'master'
branch-id: 'oper'
+ - '1810':
+ branch: 'rls1810'
+ branch-id: 'oper-rls1810'
stream:
- master:
branch: 'master'
@@ -76,6 +79,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