osmith has uploaded this change for review.

View Change

ansible: osmocom-obs-worker: remove lxc<5

I have applied a patch in our OBS server, which adjusts the version
check so we can build packages with newer LXC versions and sent it
upstream: https://github.com/openSUSE/obs-build/pull/1127

Remove the lxc version constraint (which finally allowed upgrading to a
newer opensuse version).

Related: OS#6975
Change-Id: I1e690bf91c4bebd1d46b51ec490daa339ea1107f
---
M ansible/roles/osmocom-obs-worker/tasks/obs.yml
1 file changed, 1 insertion(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/23/42323/1
diff --git a/ansible/roles/osmocom-obs-worker/tasks/obs.yml b/ansible/roles/osmocom-obs-worker/tasks/obs.yml
index c3e6c07..a0a6227 100644
--- a/ansible/roles/osmocom-obs-worker/tasks/obs.yml
+++ b/ansible/roles/osmocom-obs-worker/tasks/obs.yml
@@ -32,10 +32,7 @@
when: obs_vm_type == "lxc"
zypper:
name:
- # obs-build requires lxc <= 4.x (OS#6186#note-50)
- # https://github.com/openSUSE/obs-build/issues/1060
- - lxc<5.0.0
- - liblxc1<5.0.0
+ - lxc

- name: install qemu
when: obs_vm_type != "lxc"

To view, visit change 42323. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I1e690bf91c4bebd1d46b51ec490daa339ea1107f
Gerrit-Change-Number: 42323
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>