Skip to content
Snippets Groups Projects
Commit 469b1ec8 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: add rauc-service and squashfs-tools to test image


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent cf769f19
No related branches found
No related tags found
No related merge requests found
......@@ -93,13 +93,13 @@ spread-image-hirsute:
# Prepare a qemu image that is useful for testing. For now this is just
# a vanilla Hirsute (Ubuntu 21.04) image with some packages
# pre-installed to speed up the project prepare step in spread.yaml.
time autopkgtest-buildvm-ubuntu-cloud -r hirsute --post-command "apt-get install ssh golang-go zmk"
time autopkgtest-buildvm-ubuntu-cloud -r hirsute --post-command "apt-get install ssh golang-go zmk rauc-service squashfs-tools"
# Zstd is very fast and compresses the mostly-empty image efficiently.
time zstd autopkgtest-hirsute-amd64.img
fi
cache:
# If the image needs to be rebuilt, just bump this number.
key: autopkgtest-image-hirsute-3
key: autopkgtest-image-hirsute-4
paths:
- .cache/autopkgtest-hirsute-amd64.img.zst
......@@ -119,7 +119,7 @@ spread-qemu-hirsute:
- 'time spread -v qemu:'
cache:
# This needs to match the cache key of the spread-image-hirsute job above.
key: autopkgtest-image-hirsute-3
key: autopkgtest-image-hirsute-4
policy: pull
paths:
- autopkgtest-hirsute-amd64.img.zst
......
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