Change in osmo-ci[master]: tasks/ttcn3-slave.yml: also install libosmocore-utils

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Dec 27 09:22:21 UTC 2021


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


Change subject: tasks/ttcn3-slave.yml: also install libosmocore-utils
......................................................................

tasks/ttcn3-slave.yml: also install libosmocore-utils

This package provides osmo-config-merge, which is going to be used
by docker-playground for generating configuration files.

Change-Id: I87e54440a6b399aa0f0461ebf668991b5cdd0b07
Related: https://gerrit.osmocom.org/c/docker-playground/+/20622
---
M ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
1 file changed, 4 insertions(+), 2 deletions(-)



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

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
index fbfc1ec..5e15254 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
@@ -24,9 +24,11 @@
     filename: obs_osmocom
     update_cache: yes
 
-- name: install titan
+- name: install titan and libosmocore-utils
   apt:
-    name: eclipse-titan
+    name:
+      - eclipse-titan
+      - libosmocore-utils
     update_cache: yes
     cache_valid_time: 3600
 

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I87e54440a6b399aa0f0461ebf668991b5cdd0b07
Gerrit-Change-Number: 26688
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211227/67439107/attachment.htm>


More information about the gerrit-log mailing list