lxc-ci
lxc-ci copied to clipboard
LXC continuous integration and build scripts
First, thx for the openwrt images, they're very useful :) The upcoming release will introduce [proc jails](https://openwrt.org/docs/guide-user/security/security-features#procd_jail) for process isolation. The current [openwrt.yaml](https://github.com/lxc/lxc-ci/blob/a5ed954cf2c52e8148207df59321e8b02525ef75/images/openwrt.yaml#L477) for distrobuilder already disables the jail for...
If you create a VM with `lxc launch images:ubuntu/jammy/desktop --vm` and wait a bit for the screen lock to activate, you won't be able to unlock the graphical session because...
As far as I can tell, newly built images are being deployed to the image server without any testing being done first. Once deployed they are tested, and if they...
The OVN daily tests currently depend on a feature that was removed from OVN :( See https://github.com/ovn-org/ovn/issues/124 We should update our OVN tests to not rely on this feature by...
https://github.com/lxc/lxd/pull/10119 introduce the concept of an OVN chassis cluster member role, but did not have any tests to accompany it. We need to introduce tests for that feature to the...
PR https://github.com/lxc/lxc-ci/pull/183 attempts to fix the Void Linux shutdown problem, but any changes to `/etc/runit/1` won't survive an update to the runit-void package. A better solution is the change the...
I am very pleased to see a VM image for Alpine Linux 3.12. Unfortunately on the Raspberry Pi (Arm 64), it fails to boot. It gets very far, but then...
I borrowed some shell code from `deps/lxc-exercise`, `bin/build-image-lxc` and `bin/testbuild-gcc` to make it possible to run the tests under ASan/UBsan on GHActions in https://github.com/lxc/lxc/pull/3787. Trying to figure out why `lxc-test-checkpoint-restore`...
Lxc binaries compiled using ndk give the above error when executed on android.