You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
CI: test esp image
Add esp-qcom-image to test that changes do not break it. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
This commit is contained in:
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/premerge.yml
vendored
2
.github/workflows/premerge.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user