aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-02-15 14:56:48 +0100
committerosmith <osmith@sysmocom.de>2022-02-21 08:08:00 +0000
commitf225c1da761a5276cb4e37e1057b971ee13d4ea6 (patch)
tree65ebe38ff08761f261cd956cd0277e0b7d7e59b5 /ansible
parentb712491a56a544707c720eaae50e961064f6945b (diff)
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
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml15
1 files changed, 1 insertions, 14 deletions
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