osmith has submitted this change. ( 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(-)
Approvals: fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
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: