nvk/ci: tighten job timeouts a little bit

Since nvk got faster, and job duration is incredibly stable.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34880>
This commit is contained in:
Eric Engestrom 2025-05-09 12:05:10 +02:00 committed by Marge Bot
parent 3619986283
commit c4ead6d703
2 changed files with 8 additions and 8 deletions

View file

@ -200,15 +200,15 @@ zink-tu-a750:
############### Combined testing (GL, GLES, Piglit) on NVK / RADV
zink-nvk-ga106-valve:
timeout: 60m
timeout: 45m
extends:
- .zink-nvk-test-valve
- .zink-nvk-manual-rules
- .nvk-ga106-valve
variables:
GPU_VERSION: zink-nvk-ga106
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 50
CI_TRON_TIMEOUT__OVERALL__MINUTES: 55 # usual run time: 35min
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 40
CI_TRON_TIMEOUT__OVERALL__MINUTES: 40 # usual run time: 32min
zink-radv-polaris10-valve:
extends:

View file

@ -7,10 +7,10 @@ nvk-ga106-vkcts-valve:
- .nvk-vkcts
- .nvk-ga106-valve
- .nvk-valve-manual-rules
timeout: 120m # current runtime is ~70min
timeout: 80m
variables:
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 110
CI_TRON_TIMEOUT__OVERALL__MINUTES: 115
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 75
CI_TRON_TIMEOUT__OVERALL__MINUTES: 75 # usual run time: 56min
nvk-ga106-vkd3d-valve:
extends:
@ -18,10 +18,10 @@ nvk-ga106-vkd3d-valve:
- .nvk-vkcts
- .nvk-ga106-valve
- .nvk-valve-manual-rules
timeout: 15m # base runtime 7min
timeout: 15m
variables:
HWCI_TEST_SCRIPT: install/vkd3d-runner.sh
CI_TRON_TIMEOUT__BOOT_CYCLE__MINUTES: 10
CI_TRON_TIMEOUT__OVERALL__MINUTES: 12
CI_TRON_TIMEOUT__OVERALL__MINUTES: 10 # usual run time: 5.5min
# Random tests fail/crash when trying to run them in parallel
FDO_CI_CONCURRENT: 1