osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/37711?usp=email )
Change subject: ansible/setup-jenkins: add podman ......................................................................
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