osmith submitted this change.
ansible/setup-jenkins-slave: add mingw job deps
Support running the legacy job Osmocom-OBS_MinGW_weekly_publish by
installing its dependencies directly in the LXC. This is a workaround
until we modernize the job, see the related issue.
Related: OS#6706
Change-Id: I49ccf5957dda8459a94c48fe5426b16edc7cb3e2
---
M ansible/setup-jenkins-slave.yml
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index 2ed3bc7..f2e0bcd 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -11,11 +11,14 @@
- ca-certificates
- etckeeper
- ncdu
+ - osc # OS#6706
+ - rpm2cpio # OS#6706
- rsync
- screen
- tmux
- tree
- vim
+ - zip # OS#6706
cache_valid_time: 3600
update_cache: yes
roles:
To view, visit change 39375. To unsubscribe, or for help writing mail filters, visit settings.