summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-04-06 17:33:06 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-04-06 17:44:08 +0200
commit4991b8e2a0456c1f96042fd7206983738b9a3946 (patch)
tree52a6c45ae6d20fe819745e3d6ff959e65d541efa /.gitlab-ci.yml
parent5f22a836f2c3330d9f2c3707167096e1e3ece31f (diff)
downloaddebvm-4991b8e2a0456c1f96042fd7206983738b9a3946.tar.gz
salsa-ci: add a test case for the mmdebstrap-autopkgtest-build-qemu use case
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97fc9a0..fd9b193 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,3 +92,10 @@ arch_test_efi:
- apt-get --no-install-recommends --yes install dosfstools dpkg-dev e2fsprogs expect fdisk mmdebstrap mount mtools openssh-client ovmf qemu-efi-aarch64 qemu-efi-arm qemu-efi-riscv64 qemu-system arch-test qemu-user-static systemd systemd-ukify
- /lib/systemd/systemd-binfmt
- PATH=$(pwd)/bin:$PATH ./tests/efi-create-and-run.sh "$ARCHITECTURE" "$DEFAULT_SUITE"
+
+autopkgtest-qemu-efi:
+ script:
+ - apt-get update
+ - apt-get dist-upgrade --yes
+ - apt-get --no-install-recommends --yes install autopkgtest dosfstools e2fsprogs fdisk mmdebstrap mount mtools ovmf qemu-utils qemu-kvm systemd systemd-ukify
+ - PATH=$(pwd)/bin:$PATH ./tests/autopkgtest-qemu-efi.sh "$ARCHITECTURE" "$DEFAULT_SUITE"