Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/ci: update device type for volteer devices

Volteer devices in the collabora lab are categorized under the
asus-cx9400-volteer device type. The majority of these units
has an Intel Core i5-1130G7 CPU, while some of them have a
Intel Core i7-1160G7 CPU instead. So due to this difference,
new device type template is added for the Intel Core i5-1130G7
and i7-1160G7 variants of the Acer Chromebook Spin 514 (CP514-2H)
volteer Chromebooks. So update the same in drm-ci.

https://gitlab.collabora.com/lava/lava/-/merge_requests/149

Fixes: 0119c894ab0d ("drm: Add initial ci/ subdirectory")
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240307021841.100561-1-vignesh.raman@collabora.com

authored by

Vignesh Raman and committed by
Helen Koike
a2c71b71 f89632a9

+3 -3
+3 -3
drivers/gpu/drm/ci/test.yml
··· 252 252 i915:tgl: 253 253 extends: 254 254 - .i915 255 - parallel: 8 255 + parallel: 5 256 256 variables: 257 - DEVICE_TYPE: asus-cx9400-volteer 257 + DEVICE_TYPE: acer-cp514-2h-1130g7-volteer 258 258 GPU_VERSION: tgl 259 - RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer 259 + RUNNER_TAG: mesa-ci-x86-64-lava-acer-cp514-2h-1130g7-volteer 260 260 261 261 .amdgpu: 262 262 extends: