osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/27206 )


Change subject: ansible/ttcn3: don't install titan/libfftranscode
......................................................................

ansible/ttcn3: don't install titan/libfftranscode

With the last patch, the jenkins infrastructure will always run
eclipse-titan in docker. Therefore do not install eclipse-titan and
libfftranscode on jenkins nodes anymore.

This avoids the problem that we couldn't upgrade libfftranscode with the
existing ansible rules.

libosmocore-utils is still being installed, as osmo-config-merge must be
installed on the jenkins nodes.

Closes: OS#5452
Change-Id: Ie46fe3dcb286a6258021fad9c35be10442544761
---
M ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
1 file changed, 1 insertion(+), 14 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/06/27206/1

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml 
b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
index 5e15254..fc4fcc3 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
@@ -24,22 +24,9 @@
     filename: obs_osmocom
     update_cache: yes

-- name: install titan and libosmocore-utils
+- name: install libosmocore-utils
   apt:
     name:
-      - eclipse-titan
       - libosmocore-utils
     update_cache: yes
     cache_valid_time: 3600
-
-- name: Get DEB architecture
-  shell: dpkg --print-architecture
-  register: deb_architecture
-
-- name: Install libfftranscode0
-  apt:
-    deb: 
https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.3_{{deb_architecture.stdout}}.deb
-
-- name: Install libfftranscode-dev
-  apt:
-    deb: 
https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.3_{{deb_architecture.stdout}}.deb

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/27206
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie46fe3dcb286a6258021fad9c35be10442544761
Gerrit-Change-Number: 27206
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to