summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2019-01-23 11:59:44 +0100
committerJan Gelety <jgelety@cisco.com>2019-01-23 11:59:44 +0100
commit203b23512e20369312d8c8a0e292a7e3e043ca93 (patch)
tree802ebc202e23bfb35761cbaef9955c2a9b9ceec3 /jjb
parentd6c59deb2dc599886d24bcce0e43ee06ff74208c (diff)
Use csit oper-rls1901 branch for vpp stable/1901 branch
Change-Id: If249c1b989e5dc5998908619e95d58dd4194d990 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vpp/include-raw-vpp-csit-functional.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/vpp/include-raw-vpp-csit-functional.sh b/jjb/vpp/include-raw-vpp-csit-functional.sh
index 804ed6248..5a7f27c6a 100644
--- a/jjb/vpp/include-raw-vpp-csit-functional.sh
+++ b/jjb/vpp/include-raw-vpp-csit-functional.sh
@@ -61,6 +61,9 @@ else
stable/1810 )
BRANCH_ID="oper-rls1810"
;;
+ stable/1901 )
+ BRANCH_ID="oper-rls1901"
+ ;;
* )
BRANCH_ID="oper"
esac