summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocker-start-containers2
-rwxr-xr-xtempest-pull/docker-run-container4
2 files changed, 3 insertions, 3 deletions
diff --git a/docker-start-containers b/docker-start-containers
index 7e42936..98cc444 100755
--- a/docker-start-containers
+++ b/docker-start-containers
@@ -3,7 +3,7 @@
WEBAPP_VIRTUAL_HOST=openstack.linaro.org
STATIC_LOGS_VIRTUAL_HOST=openstack-logs.linaro.org
DATA_DIR=/srv/tempest/data
-LOGS_DIR=/srv/tempest/logs
+LOGS_DIR=/srv/tempest/logs/logs
# start the neo4j container
docker run -d --name neo4j \
diff --git a/tempest-pull/docker-run-container b/tempest-pull/docker-run-container
index d68278e..dee5cc6 100755
--- a/tempest-pull/docker-run-container
+++ b/tempest-pull/docker-run-container
@@ -11,8 +11,8 @@ echo "NOTE: This container will be run, then removed after it completes"
docker run --name tempest-pull \
-e LAVA_XMLRPC_ENDPOINT=${LAVA_XMLRPC_ENDPOINT} \
-e BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME} \
- -v /srv/ci-reporting/bundle-receipts:/srv/data/bundle-receipts \
- -v /srv/ci-reporting/logs:/srv/data/logs \
+ -v /srv/tempest/logs/bundle-receipts:/srv/data/bundle-receipts \
+ -v /srv/tempest/logs/logs:/srv/data/logs \
--link neo4j:neo4j \
--rm=true \
tempest-pull