Skip to content
Snippets Groups Projects
Commit d1015ca9 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Add non-scout, non-x86 autopkgtest coverage

parent 768b530e
No related branches found
No related tags found
1 merge request!793Generalize CI to cover a non-special-case suite and architecture
Pipeline #118131 passed
......@@ -440,7 +440,7 @@ test:archlinux:
export PYTHONPATH="$tempdir/python-debian/lib"
- *run_test
autopkgtest:
autopkgtest:scout:amd64:
stage: test
image: "${SCOUT_DOCKER_REGISTRY}/${SCOUT_DOCKER_IMAGE}"
needs:
......@@ -454,6 +454,23 @@ autopkgtest:
paths:
- debian/tmp/artifacts/autopkgtest
autopkgtest:bullseye:arm64:
stage: test
tags:
- docker
- linux
- aarch64
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bullseye-slim
needs:
- package:source
- package:bullseye:arm64
script:
- ./ci/prepare-deb.sh
- ./ci/autopkgtest.sh
artifacts:
paths:
- debian/tmp/artifacts/autopkgtest
deploy:
stage: deploy
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment