<p>neels <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/18928">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  neels: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">attempt to capture core dump from osmo-stp during ttcn3-bsc-test run<br><br>When launching osmo-stp-master from ttcn3-bsc-test, set ulimit=-1 to allow core<br>files.<br><br>In osmo-stp-master set WORKDIR to /data to hopefully get the core file ending<br>up there without the need to set a /proc/sys/kernel/core_pattern globally in<br>the jenkins slave.<br><br>Change-Id: Idd67fcb3f564b9cff9b4596bf639ed1bd1b58daf<br>---<br>M osmo-stp-master/Dockerfile<br>M ttcn3-bsc-test/jenkins.sh<br>2 files changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/osmo-stp-master/Dockerfile b/osmo-stp-master/Dockerfile</span><br><span>index a91313f..6396b32 100644</span><br><span>--- a/osmo-stp-master/Dockerfile</span><br><span>+++ b/osmo-stp-master/Dockerfile</span><br><span>@@ -38,7 +38,7 @@</span><br><span>                ;; \</span><br><span>         esac</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-WORKDIR /tmp</span><br><span style="color: hsl(120, 100%, 40%);">+WORKDIR   /data</span><br><span> </span><br><span> ARG        OSMO_STP_BRANCH="master"</span><br><span> </span><br><span>diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh</span><br><span>index 7db65d2..0f6f2ce 100755</span><br><span>--- a/ttcn3-bsc-test/jenkins.sh</span><br><span>+++ b/ttcn3-bsc-test/jenkins.sh</span><br><span>@@ -24,6 +24,7 @@</span><br><span>          --network $NET_NAME --ip 172.18.2.200 \</span><br><span>              -v $VOL_BASE_DIR/stp:/data \</span><br><span>                 --name ${BUILD_TAG}-stp -d \</span><br><span style="color: hsl(120, 100%, 40%);">+          --ulimit core=-1 \</span><br><span>           $DOCKER_ARGS \</span><br><span>               $REPO_USER/osmo-stp-$IMAGE_SUFFIX</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/18928">change 18928</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/docker-playground/+/18928"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Idd67fcb3f564b9cff9b4596bf639ed1bd1b58daf </div>
<div style="display:none"> Gerrit-Change-Number: 18928 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>