mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
CI: Add initramfs inspection test
This commit is contained in:
parent
7ece4b47d4
commit
94f109adc9
3 changed files with 12 additions and 0 deletions
|
@ -112,6 +112,12 @@ bump_autobuild() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inspect_initramfs() {
|
||||||
|
pmbootstrap initfs
|
||||||
|
pmbootstrap initfs ls
|
||||||
|
pmbootstrap initfs extract
|
||||||
|
}
|
||||||
|
|
||||||
# Run the test
|
# Run the test
|
||||||
echo "Running $test $*"
|
echo "Running $test $*"
|
||||||
"$test" "$@"
|
"$test" "$@"
|
||||||
|
|
1
.ci/integration_tests/inspect_initramfs
Symbolic link
1
.ci/integration_tests/inspect_initramfs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../integration.sh
|
|
@ -282,3 +282,8 @@ pkgrel_bump amd64:
|
||||||
extends: .integration
|
extends: .integration
|
||||||
script:
|
script:
|
||||||
- .ci/integration_tests/bump_autobuild qemu-amd64 hello-world
|
- .ci/integration_tests/bump_autobuild qemu-amd64 hello-world
|
||||||
|
|
||||||
|
inspect initramfs:
|
||||||
|
extends: .integration
|
||||||
|
script:
|
||||||
|
- .ci/integration_tests/inspect_initramfs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue