neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/18928 )
Change subject: attempt to capture core dump from osmo-stp during
ttcn3-bsc-test run
......................................................................
attempt to capture core dump from osmo-stp during ttcn3-bsc-test run
Change-Id: Idd67fcb3f564b9cff9b4596bf639ed1bd1b58daf
---
M osmo-stp-master/Dockerfile
M ttcn3-bsc-test/jenkins.sh
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground
refs/changes/28/18928/1
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 @@
;; \
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 @@
--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
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/18928
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Idd67fcb3f564b9cff9b4596bf639ed1bd1b58daf
Gerrit-Change-Number: 18928
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange