osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/39375?usp=email )
Change subject: ansible/setup-jenkins-slave: add mingw job deps
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/75/39375/1
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
https://gerrit.osmocom.org/c/osmo-ci/+/39375?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I49ccf5957dda8459a94c48fe5426b16edc7cb3e2
Gerrit-Change-Number: 39375
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>