Skip to content
Snippets Groups Projects
Commit bccbccdd authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.ostc-ci: switch dual linux builds to parallel matrix


With the .build-linux-matrix job now available from the manifest
repository, we can now switch linux-seco-intel-b68,
linux-seco-imx8mm-c61 and linux-raspberrypi4-64 to build the base and
extras images separately, as distinct jobs.

In the end the exact same thing happens but we have more parallelism
since the jobs can be picked up by separate workers.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 82cb4fa7
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,12 @@ linux-qemu-x86_64:
OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
linux-seco-intel-b68:
extends: .build-linux
extends: .build-linux-matrix
variables:
MACHINE: seco-intel-b68
linux-seco-imx8mm-c61:
extends: .build-linux
extends: .build-linux-matrix
variables:
MACHINE: seco-imx8mm-c61
# This platform requires proprietary resources to boot.
......@@ -58,7 +58,7 @@ linux-stm32mp1-av96:
MACHINE: stm32mp1-av96
linux-raspberrypi4-64:
extends: .build-linux
extends: .build-linux-matrix
variables:
MACHINE: raspberrypi4-64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment