summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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