From 41d7b0c4b77b18aa22f75ec6ae7a9667d23434c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Fri, 5 Dec 2025 09:34:57 +0100 Subject: [PATCH] ci: improve dependency resolution in build-jobs.yaml.j2 The gitlab issue is now resolved! Although we still need gitlab 18.6 to test it. Part-of: --- .ci/build-jobs.yaml.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/build-jobs.yaml.j2 b/.ci/build-jobs.yaml.j2 index 872596d6e..e0f1c1a9c 100644 --- a/.ci/build-jobs.yaml.j2 +++ b/.ci/build-jobs.yaml.j2 @@ -129,8 +129,9 @@ prepare-{{ device.name }}: needs: - job: 'prepare-{{ device.name }}' artifacts: false - # NOTE: We can't wait for a particular job in the matrix until GitLab implements support for it: - # https://gitlab.com/gitlab-org/gitlab/-/issues/423553 + parallel: + matrix: + - KERNEL_VARIANT: $[[ matrix.KERNEL_VARIANT ]] variables: CI_TRON__PMB_BUILD_JOB: "prepare-{{ device.name }}{% if device.has_kernel_variants %}: [$KERNEL_VARIANT]{% endif %}" CI_TRON_KERNEL_CMDLINE__DEVICEINFO: '{{ device.deviceinfo.kernel_cmdline }}'