From: Dave Wallace Date: Wed, 1 Dec 2021 18:55:59 +0000 (-0500) Subject: Remove VPP master branch from ubuntu-18.04 executor. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F34630%2F1;p=ci-management.git Remove VPP master branch from ubuntu-18.04 executor. Signed-off-by: Dave Wallace Change-Id: I92aea8725dcd00f90c61025673792048e06934ca --- diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 491b75f57..12e5abd10 100644 --- a/docker/scripts/lib_vpp.sh +++ b/docker/scripts/lib_vpp.sh @@ -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