freedreno/ci: fix test timeout for a306_piglit
Two issues: 1. this is a baremetal/fastboot job, not a lava job, so JOB_TIMEOUT does nothing and TEST_PHASE_TIMEOUT_MINUTES was erroneously removed instead. 2. the test timeout needs to be smaller than the job timeout, otherwise it can't do anything. 5min is the margin almost every job uses, so let's use that. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30928>
This commit is contained in:
committed by
Marge Bot
parent
8bfd2c083e
commit
f05887a359
@@ -19,7 +19,7 @@ a306_piglit:
|
||||
variables:
|
||||
DEQP_SUITE: freedreno-a306-piglit
|
||||
HWCI_START_WESTON: 1
|
||||
JOB_TIMEOUT: 40
|
||||
TEST_PHASE_TIMEOUT_MINUTES: 35
|
||||
|
||||
# Something happened and now this hangchecks and doesn't recover. Unkown when
|
||||
# it started.
|
||||
|
||||
Reference in New Issue
Block a user