]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commit
CI: Rename intermediate artefacts in qemu-* scripts
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 12 Apr 2025 14:33:01 +0000 (15:33 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 14 Apr 2025 18:20:58 +0000 (19:20 +0100)
commit9caca83404e707694d229853f8158c4c243c575c
treea97d4f85d2bd8d26bc075f6e520b14eb9c65e7e0
parent79de6507c59021484e7c0b359f45035eab891e88
CI: Rename intermediate artefacts in qemu-* scripts

Right now, we have initrd.cpio.gz as domU, and initrd.tar.gz as the base for
dom0.

Rename initrd.cpio.gz to domU-rootfs.cpio.gz, and xen-rootfs.cpio.gz to
dom0-rootfs.cpio.gz to make it clearer which is which.  Rename the VM from
test to domU.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
automation/scripts/qemu-alpine-x86_64.sh
automation/scripts/qemu-smoke-dom0-arm64.sh