osmith has uploaded this change for review.

View Change

ansible/setup-jenkins: add podman

Install podman on jenkins nodes, to be used with the testenv for
running ttcn3 testsuites in rootless containers.

Related: OS#6494
Change-Id: Icefc8c507689f668bac2d1fe3fb0c44ac7ad8b6f
---
M ansible/setup-jenkins-slave.yml
1 file changed, 19 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/11/37711/1
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index ffafaf0..2ed3bc7 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -26,6 +26,12 @@
tags:
- docker

+ - name: podman
+ when: ansible_distribution == 'Debian' and ansible_distribution_version|int >= 11
+ jenkins_user: osmocom-build
+ tags:
+ - podman
+
- name: install-poky-sdk
when: ansible_architecture == "x86_64"
jenkins_user: osmocom-build

To view, visit change 37711. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Icefc8c507689f668bac2d1fe3fb0c44ac7ad8b6f
Gerrit-Change-Number: 37711
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange