diff options
| author | Vignesh Raman <vignesh.raman@collabora.com> | 2026-02-10 12:41:30 +0530 |
|---|---|---|
| committer | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2026-03-25 02:15:07 +0200 |
| commit | 2c9ee79130bcb1da9b355eb894c80cdfa2dea86f (patch) | |
| tree | cb6a603c9e2ccf325c73799c8d9138c6795656de /drivers/gpu | |
| parent | e4eb11b34d6c84f398d8f08d7cb4d6c38e739dd2 (diff) | |
| download | linux-2c9ee79130bcb1da9b355eb894c80cdfa2dea86f.tar.gz linux-2c9ee79130bcb1da9b355eb894c80cdfa2dea86f.zip | |
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>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/ci/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml index 81147e86bfd0..762598c7db25 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 |
