From bccbccdd6897b8d274f4a46650f9bb86efbc21fc Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Fri, 24 Sep 2021 08:13:30 +0000 Subject: [PATCH] .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: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .ostc-ci/machines-and-flavours.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index 6e6d0ef9..444a2d72 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -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 -- GitLab