Remove VPP master branch from ubuntu-18.04 executor. 30/34630/1
authorDave Wallace <dwallacelf@gmail.com>
Wed, 1 Dec 2021 18:55:59 +0000 (13:55 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 1 Dec 2021 18:55:59 +0000 (13:55 -0500)
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I92aea8725dcd00f90c61025673792048e06934ca

docker/scripts/lib_vpp.sh

index 491b75f..12e5abd 100644 (file)
@@ -101,6 +101,6 @@ docker_build_setup_vpp() {
 declare -A VPP_BRANCHES
 VPP_BRANCHES["centos-8"]="stable/2106 stable/2110 master"
 VPP_BRANCHES["debian-10"]="stable/2106 stable/2110 master"
-VPP_BRANCHES["ubuntu-18.04"]="stable/2106 stable/2110 master"
+VPP_BRANCHES["ubuntu-18.04"]="stable/2106 stable/2110"
 VPP_BRANCHES["ubuntu-20.04"]="stable/2106 stable/2110 master"
 export VPP_BRANCHES