VPP: fix dpdk package on remaining csit job 65/11065/1
authorEd Kern <ejk@cisco.com>
Fri, 9 Mar 2018 19:11:48 +0000 (12:11 -0700)
committerEd Kern <ejk@cisco.com>
Fri, 9 Mar 2018 19:11:48 +0000 (12:11 -0700)
This puts back the apt based copy but leaves the new
container based location to cover both potential possible
job runners

Change-Id: I2e27f3878fcb96531e91b534740f19f0af80d624
Signed-off-by: Ed Kern <ejk@cisco.com>
jjb/vpp/include-raw-vpp-csit-verify-perf.sh

index 809ee42..c7d091b 100644 (file)
@@ -32,7 +32,8 @@ if [ -e dpdk/vpp-dpdk-dkms*.deb ]
 then
     cp dpdk/vpp-dpdk-dkms*.deb csit/
 else
-    cp /w/dpdk/vpp-dpdk-dkms*.deb csit/
+    cp /w/dpdk/vpp-dpdk-dkms*.deb csit/ 2>/dev/null || :
+    cp /var/cache/apt/archives/vpp-dpdk-dkms*.deb csit/ 2>/dev/null || :
 fi
 
 cd csit