From 52f6503d572951a16f3e7cbc68d05019153d2efc Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 24 Jan 2025 21:05:15 +0000 Subject: [PATCH] ci: Let rootfs builds run for 2 hours (!) We now have to do five builds of dEQP: one each for tools, GL, GLES, Vulkan (release branch), and Vulkan (main). dEQP is not a quick build, with even the tools build taking ten minutes, at least three of which go to just pulling the SPIRV-Tools source. Building all five takes a cumulative 60 minutes (10 tools, 11 GL, 9 GLES, 15 VK release, 13 VK main). That doesn't give us a load of time to build everything else we need. Two hours is obviously a completely unreasonable amount of time to spend doing builds, especially for jobs which shouldn't really exist. But the yak shave to allow the container jobs to be able to run on non-b2c hardware has been a long one, and with no big-bang solution turning up any time soon, we need to be able to actually do rootfs builds. So, let's do the worst possible thing and go for a gigantic timeout. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/container/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index 63ca85113ca..629511d92f3 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -431,7 +431,7 @@ fedora/x86_64_build: - .container+build-rules - .debian-container-version stage: container - timeout: 90m + timeout: 120m variables: GIT_STRATEGY: fetch MESA_ROOTFS_TAG: &kernel-rootfs ${KERNEL_ROOTFS_TAG}