Skip to content
Snippets Groups Projects
Commit e96cbf16 authored by Emanuele Aina's avatar Emanuele Aina Committed by Martyn Welch
Browse files

tests: Run debos with verbose logging


Avoid failing silently in case of fakemachine boot issues.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 2fdb647b
No related branches found
No related tags found
2 merge requests!171tests: Run debos with verbose logging,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #212990 passed
......@@ -188,14 +188,14 @@ test-image-builder-shared-runner:
name: $CI_REGISTRY_IMAGE/${RELEASE}-image-builder:${TEST_TAG}
entrypoint: [ "" ]
script:
- debos -t osname:${DISTRO} -t suite:${RELEASE} -t mirror:"${MIRROR}" -t required_backend:uml image-builder/test-recipe.yaml
- debos --verbose --show-boot -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
- debos --verbose --show-boot -t osname:${DISTRO} -t suite:${RELEASE} -t mirror:"${MIRROR}" -t required_backend:kvm image-builder/test-recipe.yaml
test-flatdeb-builder:
stage: image test
......
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