From 73ff47967f6458cd7f63bb618a1eb41ba20f4158 Mon Sep 17 00:00:00 2001 From: Viswanath Kraleti Date: Thu, 12 Sep 2024 12:49:52 +0530 Subject: [PATCH] CI: test esp image Add esp-qcom-image to test that changes do not break it. Signed-off-by: Viswanath Kraleti --- .github/workflows/daily.yml | 4 ++-- .github/workflows/premerge.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 06e3bf3f2..148e6028c 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -9,7 +9,7 @@ jobs: uses: ./.github/workflows/build-template.yml with: host: debian-bookworm - 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 + 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 esp-qcom-image machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a ref_type: branch ref: master @@ -21,7 +21,7 @@ jobs: uses: ./.github/workflows/build-template.yml with: host: debian-bookworm - 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 + 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 esp-qcom-image machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a ref_type: branch ref: scarthgap diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml index ff9aa9456..ec0dce0f9 100644 --- a/.github/workflows/premerge.yml +++ b/.github/workflows/premerge.yml @@ -8,7 +8,7 @@ jobs: uses: ./.github/workflows/build-template.yml with: host: debian-bookworm - 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 + 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 esp-qcom-image machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a ref: refs/pull/${{github.event.pull_request.number}}/merge branch: ${{github.base_ref}}