From 679477d83b513b5a4fabce78f8d98a9eaedf56d4 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Sat, 17 Aug 2024 13:36:41 +0000 Subject: [PATCH] freedreno/ci: Re-enable Adreno 630 for Vulkan nightly jobs Currently these jobs take just over 2 hours, so they can be re-enabled for nightly and manual jobs. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index c8632f9817d..8a562daf323 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -250,13 +250,12 @@ a630_vk: variables: DEQP_SUITE: freedreno-a630-vk -# Takes too long since the 1.3.7.0 CTS uprev. -.a630_vk_full: - # We use a longer timeout (3 hour job) to keep the parallel down so that we +a630_vk_full: + # We use a longer timeout (2 hour job) to keep the parallel down so that we # don't lock up too many runners for a long time when a dev is testing full VK # status. The full runs are restricted to just 2 runners to keep from # blocking up normal merges, so going more parallel doesn't make any sense. - timeout: 4.5h + timeout: 3h extends: - a630_vk - .a630-full