<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/20830">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, but someone else must approve
  lynxis lazus: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-slave.yml: don't hard-code amd64 as the dpkg architecture<br><br>We have no clue what the host architecture will be...<br><br>Change-Id: I32c0905c8e077faa02984ea67c452fcdb81440da<br>---<br>M ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml<br>1 file changed, 6 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml</span><br><span>index 8e30cbf..227aad9 100644</span><br><span>--- a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml</span><br><span>+++ b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml</span><br><span>@@ -30,10 +30,14 @@</span><br><span>     update_cache: yes</span><br><span>     cache_valid_time: 3600</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+- name: Get DEB architecture</span><br><span style="color: hsl(120, 100%, 40%);">+  shell: dpkg --print-architecture</span><br><span style="color: hsl(120, 100%, 40%);">+  register: deb_architecture</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> - name: Install libfftranscode0</span><br><span>   apt:</span><br><span style="color: hsl(0, 100%, 40%);">-    deb: https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.1_amd64.deb</span><br><span style="color: hsl(120, 100%, 40%);">+    deb: https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.1_{{deb_architecture.stdout}}.deb</span><br><span> </span><br><span> - name: Install libfftranscode-dev</span><br><span>   apt:</span><br><span style="color: hsl(0, 100%, 40%);">-    deb: https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.1_amd64.deb</span><br><span style="color: hsl(120, 100%, 40%);">+    deb: https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.1_{{deb_architecture.stdout}}.deb</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/20830">change 20830</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/+/20830"/><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: I32c0905c8e077faa02984ea67c452fcdb81440da </div>
<div style="display:none"> Gerrit-Change-Number: 20830 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>