Skip to content
Snippets Groups Projects
Unverified Commit 1131db21 authored by Casey's avatar Casey :recycle: Committed by Oliver Smith
Browse files

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 d19de946.
parent 7b0db9f8
Branches
No related tags found
No related merge requests found
......@@ -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"
......
../integration.sh
\ No newline at end of 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:
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment