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

CI: Add initramfs inspection test

This commit is contained in:
Newbyte 2025-07-11 12:01:52 +02:00
parent 7ece4b47d4
commit 94f109adc9
No known key found for this signature in database
GPG key ID: ACD854892B38D898
3 changed files with 12 additions and 0 deletions

View file

@ -112,6 +112,12 @@ bump_autobuild() {
fi
}
inspect_initramfs() {
pmbootstrap initfs
pmbootstrap initfs ls
pmbootstrap initfs extract
}
# Run the test
echo "Running $test $*"
"$test" "$@"

View file

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

View file

@ -282,3 +282,8 @@ pkgrel_bump amd64:
extends: .integration
script:
- .ci/integration_tests/bump_autobuild qemu-amd64 hello-world
inspect initramfs:
extends: .integration
script:
- .ci/integration_tests/inspect_initramfs