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

Configure Feed

Select the types of activity you want to include in your feed.

drm/ci: i915: cml: update runner tag

asus-C436FA-Flip-hatch has fewer devices available in the LAVA lab and
drm-ci uses only 2 DUTs, causing tests to time out. Update drm-ci to
use puff instead of hatch so the tests can run on 5 DUTs.

Also increase parallel count for amly jobs to 3.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Vignesh Raman and committed by
Dmitry Baryshkov
f1f2a9a8 2c9ee791

+4 -4
+4 -4
drivers/gpu/drm/ci/test.yml
··· 277 277 i915:amly: 278 278 extends: 279 279 - .i915 280 - parallel: 2 280 + parallel: 3 281 281 variables: 282 282 DEVICE_TYPE: asus-C433TA-AJ0005-rammus 283 283 GPU_VERSION: amly ··· 304 304 i915:cml: 305 305 extends: 306 306 - .i915 307 - parallel: 2 307 + parallel: 5 308 308 variables: 309 - DEVICE_TYPE: asus-C436FA-Flip-hatch 309 + DEVICE_TYPE: acer-chromebox-cxi4-puff 310 310 GPU_VERSION: cml 311 - RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-Flip-hatch 311 + RUNNER_TAG: mesa-ci-x86-64-lava-acer-chromebox-cxi4-puff 312 312 313 313 i915:tgl: 314 314 extends: