osmith submitted this change.
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(-)
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
To view, visit change 34796. To unsubscribe, or for help writing mail filters, visit settings.