osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/34796?usp=email )
Change subject: ansible: jenkins: debian: add more packages ......................................................................
ansible: jenkins: debian: add more packages
Add python3-setuptools, as it is needed to run the update-osmo-python-on-slaves jenkins job.
Add bc, as it is needed in docker-playground.git's network_create() in jenkins-common.sh.
Related: OS#6186 Change-Id: I1ff0711b7b29ba4dc78f51f257b986d7a0994a96 --- M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml 1 file changed, 18 insertions(+), 0 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml index 102d0b8..62beb8e 100644 --- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml +++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml @@ -3,10 +3,12 @@ - name: install jenkins utilities apt: name: + - bc - debootstrap - fakeroot - htop - proot + - python3-setuptools - qemu-system-arm - qemu-user-static - virt-manager