From b4f0699dfb0ff7c7850cccbc689ea6eac2356bde Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 21 Aug 2024 11:44:33 +0200 Subject: [PATCH] v3dv/ci: fix test timeout for v3dv-rpi5-vk-full:arm64 It was set to 170min, which made sense when the job timeout was 3h, but then 4bb564f40dc1ba758c40 ("broadcom/ci: add more jobs to test with rpi5") lowered the job timeout to 2h without lowering the test timeout to match. Fixes: 4bb564f40dc1ba758c40 ("broadcom/ci: add more jobs to test with rpi5") Part-of: (cherry picked from commit aac9c74a8341975aa7b49415da8d3072c878a848) --- .pick_status.json | 2 +- src/broadcom/ci/gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index c2d8424f20c..fe0757ff637 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -404,7 +404,7 @@ "description": "v3dv/ci: fix test timeout for v3dv-rpi5-vk-full:arm64", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "4bb564f40dc1ba758c40b5c3a019ad0dc36f9406", "notes": null diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml index 9305bc0d0fa..e1e634fd78e 100644 --- a/src/broadcom/ci/gitlab-ci.yml +++ b/src/broadcom/ci/gitlab-ci.yml @@ -194,5 +194,5 @@ v3dv-rpi5-vk-full:arm64: timeout: 2h variables: # Keep 10 minutes for boot + setup + uploading the artifacts at the end - TEST_PHASE_TIMEOUT: 170 + TEST_PHASE_TIMEOUT: 110 DEQP_FRACTION: 1