From: Ed Kern Date: Wed, 14 Mar 2018 15:38:07 +0000 (-0600) Subject: VPP: remove opensuse hand built dpdk X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2c82af8955a78fb86e4f4e08f86f200b95da9e70;p=ci-management.git VPP: remove opensuse hand built dpdk While opensuse doesnt install dpdk from the repo handbuilt prebuilt image still must be removed. Change-Id: I48615e3f56cfc6ccd0f493f814922afe8d5f6245 Signed-off-by: Ed Kern --- diff --git a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh index 1fca78215..9280b7ff3 100644 --- a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh +++ b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh @@ -39,5 +39,7 @@ if [ "${GERRIT_BRANCH}" != "master" ]; then elif [ "${OS_ID}" == "centos" ]; then yum -y erase vpp-dpdk-devel || true yum clean all || true + elif [ "${OS_ID}" == "opensuse" ]; then + yum -y erase vpp-dpdk-devel || true fi fi