mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 14:10:25 +01:00
ci/zink: reduce premerge testing on a618 to ~ 12 minutes
Currently is run around 20 minutes. Except this, also use Weston (more likely use for zink+a618) as an effort to stop testing X11 bugs instead of Mesa. Rest will get covered by nightly job. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843>
This commit is contained in:
parent
fa7ca1f70a
commit
68e8e40163
1 changed files with 13 additions and 3 deletions
|
|
@ -69,17 +69,27 @@ zink-tu-a618:
|
|||
- .a618-test
|
||||
- .zink-turnip-rules
|
||||
- .zink-test
|
||||
parallel: 3
|
||||
parallel: 2
|
||||
variables:
|
||||
DEQP_SUITE: zink-freedreno-a618
|
||||
HWCI_START_XORG: 1
|
||||
DEQP_FRACTION: 3
|
||||
HWCI_START_WESTON: 1
|
||||
GPU_VERSION: zink-freedreno-a618
|
||||
JOB_TIMEOUT: 120
|
||||
VK_DRIVER: freedreno
|
||||
DEVICE_TYPE: sc7180-trogdor-lazor-limozeen
|
||||
DTB: sc7180-trogdor-lazor-limozeen-nots-r5
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-lazor-limozeen
|
||||
|
||||
zink-tu-a618-full:
|
||||
extends:
|
||||
- zink-tu-a618
|
||||
- .zink-turnip-manual-rules
|
||||
parallel: null
|
||||
timeout: 150m
|
||||
variables:
|
||||
DEQP_FRACTION: null
|
||||
JOB_TIMEOUT: 140
|
||||
|
||||
zink-tu-a618-traces:
|
||||
extends:
|
||||
- a618-traces
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue