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: reduce sm8350-hdk parallel jobs from 4 to 2

The sm8350-hdk jobs are short and each test takes around 2–3 minutes and
the full job completes in about 10 minutes. Running 4 parallel jobs uses
4 devices at once, which is not needed. Set parallel to 2 to reduce
device usage.

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

authored by

Vignesh Raman and committed by
Dmitry Baryshkov
2c9ee791 e4eb11b3

+1 -1
+1 -1
drivers/gpu/drm/ci/test.yml
··· 183 183 extends: 184 184 - .lava-igt:arm64 185 185 stage: msm 186 - parallel: 4 186 + parallel: 2 187 187 variables: 188 188 BOOT_METHOD: fastboot 189 189 DEVICE_TYPE: sm8350-hdk