ci/turnip: Extend the full-vk-run job timeouts.
Between adding features and increased test coverage, we're hitting the 1-hour job limit. !13441 tried to increase the full run timeout for LAVA, but by having not bumped the gitlab-ci timeout value it ended up just letting the job keep running in LAVA after gitlab had given up on it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13779>
This commit is contained in:
@@ -155,9 +155,13 @@ a618_vk_full:
|
||||
extends:
|
||||
- a618_vk
|
||||
- .test-manual-mr
|
||||
# We use a longer timeout to keep the parallel down so that we don't lock up
|
||||
# too many runners for a long time when a dev is trying out at full VK status.
|
||||
timeout: 2h
|
||||
parallel: 2
|
||||
variables:
|
||||
DEQP_SUITE: freedreno-a618-vk-full
|
||||
JOB_TIMEOUT: 120
|
||||
|
||||
.a630-test:
|
||||
extends:
|
||||
@@ -220,6 +224,9 @@ a630_vk:
|
||||
DEQP_SUITE: freedreno-a630-vk
|
||||
|
||||
a630_vk_full:
|
||||
# We use a longer timeout to keep the parallel down so that we don't lock up
|
||||
# too many runners for a long time when a dev is trying out at full VK status.
|
||||
timeout: 2h
|
||||
extends:
|
||||
- a630_vk
|
||||
- .test-manual-mr
|
||||
|
||||
Reference in New Issue
Block a user