build: Assert successful completion of cloud-init
Some checks failed
build-image / Build image (push) Failing after 7m40s

This commit is contained in:
2025-07-28 22:44:52 +10:00
parent c2f4b83102
commit 8151350d20
2 changed files with 8 additions and 4 deletions

View File

@ -82,6 +82,7 @@ jobs:
run: |
apt-get update && \
apt-get install -y \
libguestfs-tools \
qemu-system-x86 \
qemu-utils
@ -100,9 +101,7 @@ jobs:
-net nic \
-net user
qemu-img convert -O qcow2 ubuntu-vm/ubuntu.img ubuntu-vm/ubuntu-compacted.img
ls -lash ubuntu-vm
virt-ls -a ubuntu-vm/ubuntu.img /var/lib/cloud-init/ | grep -q template-generation-success
# semrel:
# name: Semantic Release