build: Assert successful completion of cloud-init
Some checks failed
build-image / Build image (push) Failing after 7m40s
Some checks failed
build-image / Build image (push) Failing after 7m40s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user