From 1736ea4ca875c7abf8e46fda215473974309c6da Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 24 Jan 2025 21:04:07 +0000 Subject: [PATCH] ci: Give much more time to ASan and UBSan jobs Sitting here trying to get something else done tonight, I watched the ASan and UBSan jobs, both on AArch64 and x86_64, regularly blow through their timeouts. They should be fixed to do less, but this makes them at least succeed in the meantime. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 2e8aea865dc..1079bfffbe6 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -206,6 +206,7 @@ debian-testing-ubsan: stage: build-for-tests timeout: 40m variables: + BUILD_JOB_TIMEOUT: 30m C_ARGS: > -Wno-error=stringop-overflow -Wno-error=stringop-truncation @@ -558,6 +559,7 @@ debian-arm32-asan: - debian-arm32 stage: build-for-tests variables: + BUILD_JOB_TIMEOUT: 30m GALLIUM_DRIVERS: "etnaviv" VULKAN_DRIVERS: "" DRI_LOADERS: @@ -603,6 +605,7 @@ debian-arm64-asan: - debian-arm64 stage: build-for-tests variables: + BUILD_JOB_TIMEOUT: 30m VULKAN_DRIVERS: "broadcom,freedreno" GALLIUM_DRIVERS: "vc4,v3d,freedreno" DRI_LOADERS: @@ -621,6 +624,7 @@ debian-arm64-ubsan: - debian-arm64 stage: build-for-tests variables: + BUILD_JOB_TIMEOUT: 30m VULKAN_DRIVERS: "broadcom" GALLIUM_DRIVERS: "v3d,vc4" C_ARGS: >