1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

Revert "CI: Add bootimg analysis integration test (MR 2467)" (MR 2483)

This test includes a binary blob which we want to avoid in our codebase.

It is also better suited as a unit test where it can contribute to code
coverage. Revert this and use a unit test version instead.

This reverts commit d19de946b3.
This commit is contained in:
Caleb Connolly 2024-11-14 21:58:21 +01:00 committed by Oliver Smith
parent 7b0db9f864
commit 1131db214a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 0 additions and 11 deletions

View file

@ -29,11 +29,6 @@ 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"

View file

@ -1 +0,0 @@
../integration.sh

View file

@ -126,11 +126,6 @@ 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:

Binary file not shown.