summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-03-21 09:26:47 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-03-21 09:26:47 +0100
commit056928ef4743c00469e86bf0b572504358600853 (patch)
treec9400a2541e1488b636b00a276e72630f28eb7b3 /jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
parent0282c178dc9c72e229b5e9551db650dacf7fc395 (diff)
Disable CSIT functional tests for ubuntu14
Change-Id: I2f870d39a52c5c8b77dcd980ed017884d194007b Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh')
-rw-r--r--jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh b/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
index 99b8d3fa8..227df6f3e 100644
--- a/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
+++ b/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
@@ -2,16 +2,8 @@
set -xeu -o pipefail
# create HC .deb packages
-if [ "${OS}" == "ubuntu1404" ]; then
-
- ./packaging/deb/trusty/debuild.sh
- cp ./packaging/deb/trusty/*.deb ${WORKSPACE}/csit
-
-elif [ "${OS}" == "ubuntu1604" ]; then
-
- ./packaging/deb/xenial/debuild.sh
- cp ./packaging/deb/xenial/*.deb ${WORKSPACE}/csit
-fi
+./packaging/deb/xenial/debuild.sh
+cp ./packaging/deb/xenial/*.deb ${WORKSPACE}/csit
cd ${WORKSPACE}/csit
# execute csit bootstrap script if it exists