Skip to content

Commit fc49d53

Browse files
authored
CI: drop initramfs-test job (#1854)
Drop ci/initramfs-test.yml job and pickup all the initramfs from the world build, which is the first job to be executed. Given that all the initramfs images can be made in the world job, the initramfs-test become redundant
2 parents a6dde1b + 6654fb8 commit fc49d53

3 files changed

Lines changed: 1 addition & 38 deletions

File tree

.github/actions/compile/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ runs:
8686
mv $KAS_WORK_DIR/build/buildchart.svg .
8787
8888
if [ "${INPUTS_MACHINE}" = "qcom-armv8a" ]; then
89-
$KAS_CONTAINER build ${KAS_YAMLS}:ci/initramfs-test.yml
90-
$KAS_CONTAINER shell ${KAS_YAMLS}:ci/initramfs-test.yml \
91-
-c "buildstats-summary --sort duration --highlight 0 --shortest 300"
92-
ci/kas-container-shell-helper.sh ci/yocto-pybootchartgui.sh
93-
mv $KAS_WORK_DIR/build/buildchart.svg buildchart-initramfs-test.svg
94-
9589
# SDK only with the default kernel
9690
if [ "${INPUTS_SDK}" = "1" ] && [ "${INPUTS_KERNEL_YAML}" = "" ] ; then
9791
$KAS_CONTAINER build ${KAS_YAMLS} --task populate_sdk

ci/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ local_conf_header:
99
ci: |
1010
BB_SIGNATURE_HANDLER = "OEBasicHash"
1111
INHERIT:remove = "rm_work"
12+
FIRMWARE_COMPRESSION:qcom-armv8a = "zst"

ci/initramfs-test.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)