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