Review at https://gerrit.osmocom.org/7596
ansible: install eclipse-titan
Change-Id: I354271b7c573484b7f538a5a4bb29753a950d5f9
---
M ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/96/7596/1
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
index 6a7845c..72166ab 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
@@ -13,3 +13,20 @@
git:
repo: "https://git.osmocom.org/docker-playground"
dest: "/home/{{ jenkins_user }}/jenkins/docker-playground"
+
+- name: add apt.key
+ apt_key:
+ url:
https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/Release.key
+
+- name: add apt repository
+ apt_repository:
+ repo: "deb
http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/
./"
+ filename: obs_osmocom
+ update_cache: yes
+
+- name: install titan
+ apt:
+ name: eclipse-titan
+ update_cache: yes
+ cache_valid_time: 3600
+
--
To view, visit https://gerrit.osmocom.org/7596
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I354271b7c573484b7f538a5a4bb29753a950d5f9
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <[email protected]>