From 4a614cfbfb245f239b9173ab7303a95f99f9945c Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 2 May 2025 08:34:44 +0200 Subject: [PATCH] amd/ci: Remove increased timeout for radeonsi-raven-vaapi-fluster job This is no longer necessary now that we are no longer downloading the Fluster vectors at runtime. This should have been removed in 9870512787b ("ci/lava: Use the new test-video-based rootfs for VA-API jobs"). Signed-off-by: Valentine Burley Part-of: --- src/amd/ci/gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 4b058db0815..79f23bf3968 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -153,8 +153,6 @@ radeonsi-raven-vaapi-fluster: parallel: 2 variables: FLUSTER_CODECS: VP9 H.264 H.265 - # FIXME: Downloading the vectors can take about 4-5 minutes - DEVICE_HANGING_TIMEOUT_SEC: 1200 ############### VKCTS tests ###############