From b04cd87d0934d3c9032f68c262c1bc505c5ec599 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Fri, 23 Aug 2024 11:20:57 -0400 Subject: [PATCH 1/2] github: alpha-sort test list Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 904efbc8a..d8cfb5dc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -92,28 +92,28 @@ jobs: - container-copy - conversion - cpu-vm - - devlxd-vm - devlxd-container + - devlxd-vm - docker - efi-vars-editor-vm - interception - - pylxd - network-bridge-firewall - network-ovn - network-routed + - pylxd - snapd - storage-buckets - storage-disks-vm - - "storage-vm dir" - "storage-vm btrfs" - "storage-vm ceph" + - "storage-vm dir" - "storage-vm lvm" - "storage-vm lvm-thin" - "storage-vm zfs" - storage-volumes-vm - tpm-vm - - vm-nesting - vm-migration + - vm-nesting include: - test: qemu-external-vm track: "latest/edge" From cdf07460363001e0b1f3f90d38961f261729bd90 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Fri, 23 Aug 2024 11:23:10 -0400 Subject: [PATCH 2/2] tests/devlxd-container: explain why we don't use the usual image Signed-off-by: Simon Deziel --- tests/devlxd-container | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/devlxd-container b/tests/devlxd-container index 2b22b62c6..487969927 100755 --- a/tests/devlxd-container +++ b/tests/devlxd-container @@ -18,6 +18,7 @@ echo "==> Create storage pool using driver ${poolDriver}" lxc storage create "${poolName}" "${poolDriver}" echo "==> Create container and boot" +# XXX: not using ubuntu-minimal-daily:24.04 due to unreliability lxc launch "${TEST_IMG:-ubuntu:24.04}" c1 -s "${poolName}" -c security.nesting=true lxc info c1