Skip to content
Snippets Groups Projects
Commit 94959c4e authored by Christopher Obbard's avatar Christopher Obbard
Browse files

image-builder: Run smoke test on kvm runner


Run the image-builder smoke-test on a kvm runner and make sure that by
debos runs the recipe using the fakemachine kvm backend.

Signed-off-by: default avatarChristopher Obbard <chris.obbard@collabora.com>
parent 6e97c835
No related branches found
No related tags found
3 merge requests!158Wip/sjoerd/2022dev0 to 2022dev1,!157forward port 2022dev0 updates,!152{image,flatpak}-builder: Install packaged version of debos
Pipeline #177290 failed
......@@ -144,6 +144,13 @@ test-image-builder-shared-runner:
script:
- debos -t osname:${DISTRO} -t suite:${RELEASE} -t mirror:"${MIRROR}" -t required_backend:uml image-builder/test-recipe.yaml
test-image-builder-kvm-runner:
extends: test-image-builder-shared-runner
tags:
- kvm
script:
- debos -t osname:${DISTRO} -t suite:${RELEASE} -t mirror:"${MIRROR}" -t required_backend:kvm image-builder/test-recipe.yaml
test-flatdeb-builder:
stage: image test
needs:
......@@ -200,6 +207,7 @@ publish-image-builder-docker-image:
stage: publish images
needs:
- test-image-builder-shared-runner
- test-image-builder-kvm-runner
variables:
image: image-builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment