From 101237b4e6dd1401da41f26af02f1741c014b1ac Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 23 Dec 2020 16:40:43 +0100 Subject: [PATCH] .gitlab-ci.yml: specify explicit job timeouts Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92a49c63fcb..8aea3766ba9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,7 @@ include: # All Samba jobs are interruptible, this avoids burning CPU when a # newer branch is pushed. interruptible: true + timeout: 2h variables: AUTOBUILD_JOB_NAME: $CI_JOB_NAME @@ -145,6 +146,7 @@ others: .shared_template_build_only: extends: .shared_template stage: build_first + timeout: 45m artifacts: expire_in: 1 week paths: -- 2.47.3