From f05887a3590ab6ba03b2e717e76fa8cea869e611 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 29 Aug 2024 12:19:41 +0200 Subject: [PATCH] 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: --- src/freedreno/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index ff6dbe5d8bb..23cfadebf2c 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -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.