Skip to content
Snippets Groups Projects
Unverified Commit d19de946 authored by Newbyte's avatar Newbyte :snowflake: Committed by Oliver Smith
Browse files

CI: Add bootimg analysis integration test (MR 2467)

parent ee154ccd
No related branches found
No related tags found
1 merge request!2467CI: Add bootimg analysis integration test
Pipeline #209796 failed
......@@ -29,6 +29,11 @@ pmbootstrap -q shutdown
# Default for tests where the device doesn't matter
pmbootstrap config device qemu-amd64
# Tests the bootimg analysis functionality.
analyze_bootimg() {
pmbootstrap bootimg_analyze test/data/htc-primou-boot.img
}
# A test that builds normal and FDE images for the given device/ui
build_images() {
device="$1"
......
../integration.sh
\ No newline at end of file
......@@ -126,6 +126,11 @@ deploy:
paths: [packages]
expire_in: 1 week
analyze bootimg:
extends: .integration
script:
- .ci/integration_tests/analyze_bootimg
# Test that we can generate an install rootfs on AMD64 for native
# and arm64 QEMU targets
install amd64:
......
File added
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