From dfad72971ce0b281fb10d28f5fec69792e84623d Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 6 May 2022 15:09:45 +0300 Subject: [PATCH] premerge.yml: also test rootfs and firmware initramfs Add initramfs-rootfs-image and initramfs-firmware-image to test that occasional changes do not break them too. Signed-off-by: Dmitry Baryshkov --- .github/workflows/premerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml index 02d6b5f..66263f8 100644 --- a/.github/workflows/premerge.yml +++ b/.github/workflows/premerge.yml @@ -8,7 +8,7 @@ jobs: uses: ndechesne/meta-qcom/.github/workflows/premerge-template.yml@master with: host: ubuntu-20.04 - images: core-image-base core-image-weston core-image-x11 initramfs-test-image initramfs-test-full-image cryptodev-module + images: core-image-base core-image-weston core-image-x11 initramfs-test-image initramfs-test-full-image initramfs-firmware-image initramfs-rootfs-image cryptodev-module machines: >- ['dragonboard-410c', 'dragonboard-845c', 'qrb5165-rb5', 'qcom-armv8a', 'sdx55-mtp', 'sa8155p-adp', 'qcom-armv7a'] secrets: inherit