]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Set RUNNER_SCRIPT_TIMEOUTs
authorMichal Nowak <mnowak@isc.org>
Wed, 25 Mar 2026 12:31:49 +0000 (13:31 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 12 May 2026 17:40:51 +0000 (19:40 +0200)
Sometimes jobs can get stuck and be terminated by GitLab, leaving us
without artefacts that could contain useful information about why the
job got stuck.

Assisted-by: Claude:claude-opus-4-7
(cherry picked from commit e3d2f5ad948f977df67a349601bd4743f6777539)
(cherry picked from commit 69ca6ee3664f5fe25e03c0e30c14867a9e8bfc52)

.gitlab-ci.yml

index 91ff177c5c6c709e8ac5b284dbb861f09c70f8b4..1f7b2b7585d478721dd4c165edb6185dd8f7c437 100644 (file)
@@ -1,4 +1,7 @@
 variables:
+  # The default timeout is 60 minutes. Set RUNNER_SCRIPT_TIMEOUT to 55m to
+  # leave room for the after_script timeout that defaults to 5m.
+  RUNNER_SCRIPT_TIMEOUT: 55m
   # Not normally needed, but may be if some script uses `apt-get install`.
   DEBIAN_FRONTEND: noninteractive
   # Locale settings do not affect the build, but might affect tests.