freedreno/ci: fix a630_*_full tests timeout
Setting it to the same value as (or higher than) the job timeout
effectively bypasses the safety mechanism.
Let's change it to `job timeout - 5min`.
Fixes: e61b423074
("ci/turnip: Extend a630 vk full timeout to 3 hours.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30800>
This commit is contained in:

committed by
Marge Bot

parent
b978d3eb54
commit
4888d39f29
@@ -263,7 +263,7 @@ a630_vk_full:
|
|||||||
parallel: 2
|
parallel: 2
|
||||||
variables:
|
variables:
|
||||||
DEQP_SUITE: freedreno-a630-vk-full
|
DEQP_SUITE: freedreno-a630-vk-full
|
||||||
TEST_PHASE_TIMEOUT_MINUTES: 180
|
TEST_PHASE_TIMEOUT_MINUTES: 175
|
||||||
|
|
||||||
a630_vk_asan:
|
a630_vk_asan:
|
||||||
extends:
|
extends:
|
||||||
@@ -296,7 +296,7 @@ a630_piglit_full:
|
|||||||
variables:
|
variables:
|
||||||
HWCI_START_WESTON: 1
|
HWCI_START_WESTON: 1
|
||||||
DEQP_SUITE: freedreno-a630-piglit-full
|
DEQP_SUITE: freedreno-a630-piglit-full
|
||||||
TEST_PHASE_TIMEOUT_MINUTES: 60
|
TEST_PHASE_TIMEOUT_MINUTES: 55
|
||||||
|
|
||||||
a630-traces:
|
a630-traces:
|
||||||
extends:
|
extends:
|
||||||
|
Reference in New Issue
Block a user