aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osmo-stp-master/Dockerfile2
-rwxr-xr-xttcn3-bsc-test/jenkins.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/osmo-stp-master/Dockerfile b/osmo-stp-master/Dockerfile
index a91313f..6396b32 100644
--- a/osmo-stp-master/Dockerfile
+++ b/osmo-stp-master/Dockerfile
@@ -38,7 +38,7 @@ RUN case "$DISTRO" in \
;; \
esac
-WORKDIR /tmp
+WORKDIR /data
ARG OSMO_STP_BRANCH="master"
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 7db65d2..0f6f2ce 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -24,6 +24,7 @@ docker run --rm \
--network $NET_NAME --ip 172.18.2.200 \
-v $VOL_BASE_DIR/stp:/data \
--name ${BUILD_TAG}-stp -d \
+ --ulimit core=-1 \
$DOCKER_ARGS \
$REPO_USER/osmo-stp-$IMAGE_SUFFIX