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: switch from sdx55-mtp to qcom-armv7a-modem
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
with:
|
||||
host: ubuntu-20.04
|
||||
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: qcom-armv8a sdx55-mtp qcom-armv7a
|
||||
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
|
||||
ref_type: branch
|
||||
ref: master
|
||||
branch: master
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
host: ubuntu-20.04
|
||||
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: qcom-armv8a sdx55-mtp qcom-armv7a
|
||||
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
|
||||
ref_type: branch
|
||||
ref: kirkstone
|
||||
branch: kirkstone
|
||||
|
||||
2
.github/workflows/premerge.yml
vendored
2
.github/workflows/premerge.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
host: ubuntu-20.04
|
||||
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: qcom-armv8a sdx55-mtp qcom-armv7a
|
||||
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
|
||||
ref: refs/pull/${{github.event.pull_request.number}}/merge
|
||||
branch: ${{github.base_ref}}
|
||||
url: ${{github.server_url}}/${{github.repository}}
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
host: ubuntu-20.04
|
||||
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: qcom-armv8a sdx55-mtp qcom-armv7a
|
||||
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
|
||||
ref: ${{github.sha}}
|
||||
ref_type: sha
|
||||
branch: ${{github.ref_name}}
|
||||
|
||||
Reference in New Issue
Block a user