From: Vignesh Raman Date: Tue, 10 Feb 2026 07:11:30 +0000 (+0530) Subject: drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9ee79130bcb1da9b355eb894c80cdfa2dea86f;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Daniel Stone Reviewed-by: Dmitry Baryshkov Signed-off-by: Dmitry Baryshkov --- diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml index 81147e86bfd08..762598c7db253 100644 --- a/drivers/gpu/drm/ci/test.yml +++ b/drivers/gpu/drm/ci/test.yml @@ -183,7 +183,7 @@ msm:sm8350-hdk: extends: - .lava-igt:arm64 stage: msm - parallel: 4 + parallel: 2 variables: BOOT_METHOD: fastboot DEVICE_TYPE: sm8350-hdk