mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
radv/ci: bump the timeout of vangogh/renoir
The execution time of vkcts has drastically changed with the latest
update, especially for APUs. This commit bumps the timeout to give
them a chance to finish.
Fixes: 836ce97f5e (ci: bump VK-GL-CTS to 1.3.2.0)
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16810>
This commit is contained in:
parent
5af1409c1b
commit
e58c455ca9
1 changed files with 4 additions and 1 deletions
|
|
@ -123,10 +123,13 @@ deqp-vega10-valve:
|
|||
deqp-renoir-valve:
|
||||
extends:
|
||||
- .deqp-test-valve
|
||||
timeout: 2h 10m
|
||||
variables:
|
||||
GPU_VERSION: radv-renoir-aco
|
||||
FDO_CI_CONCURRENT: 24
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
B2C_TIMEOUT_BOOT_MINUTES: 60
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 120
|
||||
tags:
|
||||
- amdgpu:codename:RENOIR
|
||||
|
||||
|
|
@ -161,7 +164,7 @@ deqp-vangogh-valve:
|
|||
variables:
|
||||
GPU_VERSION: radv-vangogh-aco
|
||||
FDO_CI_CONCURRENT: 8
|
||||
B2C_TIMEOUT_BOOT_MINUTES: 65
|
||||
B2C_TIMEOUT_BOOT_MINUTES: 85
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 120
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue