<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/15760">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">docker: chown -R build:build /usr/local<br><br>Prepare to run osmo-python-tests in docker. I've noticed that its<br>contrib/jenkins.sh tries to write to /usr/local, which makes sense for<br>the "update-osmo-python-on-slaves" job to actually deploy new versions.<br>However, the same script gets called in gerrit-verifications too, and<br>there we should definitively not install a version that is still in<br>review to whichever random buildslave that is executing the<br>gerrit-verification job! The follow-up patch for building most Osmocom<br>projects in docker will fix this bug.<br><br>Related: OS#3726<br>Change-Id: Ie1de8a6d436de0b286ed3372166eceb408bab084<br>---<br>M docker/Dockerfile_osmocom_jenkins.amd64<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/60/15760/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>index 62855c9..6759944 100644</span><br><span>--- a/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>+++ b/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>@@ -84,3 +84,6 @@</span><br><span>  && DEBIAN_FRONTEND=noninteractive apt install -y /tmp/ulfius/*.deb \</span><br><span>         && cd ~ \</span><br><span>    && rm -r /tmp/ulfius</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# osmo-python-tests' contrib/jenkins.sh writes to /usr/local as user</span><br><span style="color: hsl(120, 100%, 40%);">+RUN chown -R build:build /usr/local</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/15760">change 15760</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/osmo-ci/+/15760"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie1de8a6d436de0b286ed3372166eceb408bab084 </div>
<div style="display:none"> Gerrit-Change-Number: 15760 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>