From 19d0f2708fe16b8ae3b17d9e9624222b9eb61629 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 24 Feb 2024 18:24:49 +0000 Subject: [PATCH] [24.0-only change] ci: increase the kernel+rootfs builds timeout to 2h Overkill but better than being prevented from accepting backport MRs because Collabora deleted these files from the S3 bucket *yet again*... --- .gitlab-ci/container/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index 6e5e8b67c6a..fa5b6c39d4c 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -316,6 +316,7 @@ fedora/x86_64_build: .kernel+rootfs: + timeout: 2h # 24.0-only change extends: - .container+build-rules - .debian-container