From 2d9bbc368dc319dc5d2150d97c4be76c5e349237 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 14 Jan 2026 15:18:07 -0800 Subject: [PATCH] ci: hardcode ci-tron DUT kernel cmdline Signed-off-by: Clayton Craft Part-of: --- .ci/build-jobs.yaml.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci/build-jobs.yaml.j2 b/.ci/build-jobs.yaml.j2 index 72ea65297..ebaaf39cc 100644 --- a/.ci/build-jobs.yaml.j2 +++ b/.ci/build-jobs.yaml.j2 @@ -135,7 +135,10 @@ prepare-{{ device.name }}: {%- endif %} 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 }}' + # FIXME: cmdline is hardcoded here, but ideally would be built from + # fragments using generate-kernel-cmdline... + # See: https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/issues/317 + CI_TRON_KERNEL_CMDLINE__DEVICEINFO: 'console=tty1 console=ttyS0,115200 PMOS_FORCE_PARTITION_RESIZE psi=1' # Include the gitlab ci yml fragment, as found in # `device/$category/device-$devicename/gitlab-ci.yml.j2` which defines the jobs