Skip to content

Commit

Permalink
Tiny cosmetic fixes (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
simondeziel authored Aug 23, 2024
2 parents b935610 + cdf0746 commit 07166e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tests/devlxd-container
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07166e8

Please sign in to comment.