summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2016-12-13 10:55:11 +0100
committerSamuel Eliáš <samelias@cisco.com>2016-12-13 15:05:14 +0000
commitc71397dcf555583c9dd391d0e10acf976250d151 (patch)
tree810549b13e37dabba99f296d3682826c59a6bb14 /jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
parentc30e95d9b01d1596fd9e80b65b459e2b26c3b79b (diff)
CSIT-484: Fix issues in csit-hc2vpp jobs
Use workspace/csit directory for artifacts, to mirror the way csit-vpp jobs archive artifacts. Don't look for honeycomb.log in /var/log, it is copied from virl to workspace/csit directiry. Modify trigger for hc2vpp-csit-verify, so that the trigger is not a part of the job's name. Change-Id: Ie1e66e9c7b017045c2be6c976189297c27e6aa96 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh')
-rw-r--r--jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh b/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
index cb75c2338..9cfc2c586 100644
--- a/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
+++ b/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
@@ -5,15 +5,15 @@ set -xeu -o pipefail
if [ "${OS}" == "ubuntu1404" ]; then
./packaging/deb/trusty/debuild.sh
- cp ./packaging/deb/trusty/*.deb ./
+ cp ./packaging/deb/trusty/*.deb ${WORKSPACE}/csit
elif [ "${OS}" == "ubuntu1604" ]; then
./packaging/deb/xenial/debuild.sh
- cp ./packaging/deb/xenial/*.deb ./
+ cp ./packaging/deb/xenial/*.deb ${WORKSPACE}/csit
fi
-cd csit
+cd ${WORKSPACE}/csit
# execute csit bootstrap script if it exists
if [ ! -e bootstrap-hc2vpp-verify.sh ]
then