From: MatthewLi Date: Fri, 23 Sep 2016 08:47:30 +0000 (-0400) Subject: dovetail fix: add mount path for results X-Git-Tag: danube.1.0~788 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c28ba46c3681f8972d735177fa2829ca386a6fff;p=releng.git dovetail fix: add mount path for results JIRA: DOVETAIL-14 results mount path for dovetail tool is needed. Change-Id: I0114c4c0dec7654f30ac5ffc495a2623e5a2e59e Signed-off-by: MatthewLi --- diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 2c85e4602..5653d3e9e 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -34,7 +34,8 @@ fi opts="--privileged=true --rm" envs="-e CI_DEBUG=${CI_DEBUG} \ - -v /var/run/docker.sock:/var/run/docker.sock" + -v /var/run/docker.sock:/var/run/docker.sock \ + -v /home/opnfv/dovetail/results:/home/opnfv/dovetail/results" # Pull the image with correct tag echo "Dovetail: Pulling image opnfv/dovetail:${DOCKER_TAG}"