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
This commit is contained in:
Oliver Smith 2022-02-15 14:56:48 +01:00 committed by osmith
parent b712491a56
commit f225c1da76
1 changed files with 1 additions and 14 deletions

View File

@ -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