summaryrefslogtreecommitdiffstats
path: root/jjb/dovetail
diff options
context:
space:
mode:
authorzshi <zshi@redhat.com>2016-10-13 14:43:06 +0800
committerzshi <zshi@redhat.com>2016-10-13 16:46:37 +0800
commit6492c3cd2ad029ecd9e065aadb641fa67e4926b2 (patch)
tree3959b25ad92495b26a537c7b84e987f6ad27cdbc /jjb/dovetail
parentf6e627f49fbcf8086b2a641ff9761fc884db968a (diff)
Add apex installer support for dovetail CI
JIRA: DOVETAIL-32 This commit is part of the effort to test dovetail CI for apex installer, see gerrit review 23065 for the other part. Change-Id: I645cc3fc854d27a651b1903936fb66dfe55c28d4 Signed-off-by: zshi <zshi@redhat.com>
Diffstat (limited to 'jjb/dovetail')
-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"