mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
freedreno/ci: Increase concurrency for a618 jobs
The a618 jobs run on two different 8 thread devices, which is the optimal value for FDO_CI_CONCURRENT on most of their jobs. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36027>
This commit is contained in:
parent
afdb2c64de
commit
7ec9404971
2 changed files with 4 additions and 4 deletions
|
|
@ -230,7 +230,7 @@
|
|||
BOOT_METHOD: depthcharge
|
||||
DEVICE_TYPE: sc7180-trogdor-kingoftown
|
||||
DTB: sc7180-trogdor-kingoftown
|
||||
# FDO_CI_CONCURRENT: ?
|
||||
FDO_CI_CONCURRENT: 8
|
||||
# Increase the hangcheck timer for our spilling tests which bump up against
|
||||
# the .5s default.
|
||||
FREEDRENO_HANGCHECK_MS: 2000
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
BOOT_METHOD: depthcharge
|
||||
DEVICE_TYPE: sc7180-trogdor-lazor-limozeen
|
||||
DTB: sc7180-trogdor-lazor-limozeen-nots-r5
|
||||
# FDO_CI_CONCURRENT: ?
|
||||
FDO_CI_CONCURRENT: 8
|
||||
# Increase the hangcheck timer for our spilling tests which bump up against
|
||||
# the .5s default.
|
||||
FREEDRENO_HANGCHECK_MS: 2000
|
||||
|
|
|
|||
|
|
@ -112,8 +112,6 @@ a618-vk-full:
|
|||
timeout: 2h
|
||||
parallel: 3
|
||||
variables:
|
||||
# ran into OOM with VK-GL-CTS 1.2.8.0 at 6
|
||||
FDO_CI_CONCURRENT: 4
|
||||
DEQP_SUITE: freedreno-a618-vk-full
|
||||
DEQP_FRACTION: 1
|
||||
|
||||
|
|
@ -154,6 +152,7 @@ a618-gl-full:
|
|||
- .collabora-freedreno-manual-rules
|
||||
timeout: 65m
|
||||
variables:
|
||||
FDO_CI_CONCURRENT: 6 # More causes issues and slows the job down
|
||||
DEQP_FRACTION: 1
|
||||
|
||||
# Run dEQP EGL window system tests separately with the window systems available.
|
||||
|
|
@ -193,6 +192,7 @@ a618-piglit:
|
|||
- !reference [.rusticl-rules, rules]
|
||||
variables:
|
||||
DEQP_SUITE: freedreno-a618-piglit
|
||||
FDO_CI_CONCURRENT: 6 # More causes issues and isn't much faster anyway
|
||||
FLAKES_CHANNEL: "#freedreno-ci"
|
||||
HWCI_START_WESTON: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue