summaryrefslogtreecommitdiffstats
path: root/ci/run.sh
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2016-01-16 01:14:18 +0000
committerQiLiang <liangqi1@huawei.com>2016-01-16 02:20:04 +0000
commit2942272878f99b7a7894f175285ebfeeac788da9 (patch)
treeaa54fbbca64549734e03b6ee8909954efd82effe /ci/run.sh
parent6c9169e63129b31fe7830443aa5ba5c680dd787e (diff)
Add Dockerfile and bootstrap scripts to run rubbos
JIRA: - Change-Id: Ifc14193ee2d6f0a1f9f5b67a2043ed6640a8b928 Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 07b25dff..af9b46fb 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -5,13 +5,14 @@ set -ex
BOTTLENECKS_REPO=https://gerrit.opnfv.org/gerrit/bottlenecks
SCRIPT_DIR=`cd ${BASH_SOURCE[0]%/*};pwd`
-GERRIT_REFSPEC_DEBUG=$1
+export BOTTLENECKS_TOP_DIR=$SCRIPT_DIR/../
+export GERRIT_REFSPEC_DEBUG=$1
if [ x"$GERRIT_REFSPEC_DEBUG" != x ]; then
git fetch $BOTTLENECKS_REPO $GERRIT_REFSPEC_DEBUG && git checkout FETCH_HEAD
fi
-$SCRIPT_DIR/../utils/infra_setup/heat_template/HOT_create_instance.sh $GERRIT_REFSPEC_DEBUG
+$SCRIPT_DIR/rubbos_docker_run.sh
set +ex