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:
parent
7b0db9f864
commit
1131db214a
4 changed files with 0 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../integration.sh
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue