laforge has submitted this change. ( 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(-)
Approvals: laforge: Looks good to me, approved osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified
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