summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2016-10-13 10:56:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-13 10:56:00 +0000
commit156f661735f3ae8483f84c3464bb2a7311555ff4 (patch)
treefcd89d920324c4d8ca47939c82726cccd9f0650a
parent26b1fa12f2196de14515774481704d3aa7a9bed1 (diff)
parent6492c3cd2ad029ecd9e065aadb641fa67e4926b2 (diff)
Merge "Add apex installer support for dovetail CI"
-rwxr-xr-xjjb/dovetail/dovetail-run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index 3f7a47bee..f7a965575 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -34,6 +34,10 @@ fi
opts="--privileged=true --rm"
envs="-e CI_DEBUG=${CI_DEBUG} \
+ -e INSTALLER_TYPE=${INSTALLER_TYPE} \
+ -e INSTALLER_IP=${INSTALLER_IP} \
+ -e DEPLOY_SCENARIO=${DEPLOY_SCENARIO} \
+ -e DEPLOY_TYPE=${DEPLOY_TYPE} \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /home/opnfv/dovetail/results:/home/opnfv/dovetail/results"