.gitlab-ci: Allow a 1 hour to build Samba
authorAndrew Bartlett <abartlet@samba.org>
Wed, 22 Sep 2021 23:14:35 +0000 (11:14 +1200)
committerJeremy Allison <jra@samba.org>
Fri, 1 Oct 2021 19:43:16 +0000 (19:43 +0000)
I have seen cases where the job is pushed to the private runners
(which do not have the ccache) where this takes over 45mins, and
a typical job can be 35 mins so this is too tight.

Triggering the timeout causes a rebuild from scratch, which is
done twice automatically, and is financially costly (we pay
per VM start) and a waste of CPU/energy/etc.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14844

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Oct  1 19:43:16 UTC 2021 on sn-devel-184

.gitlab-ci-main.yml

index cc815d0ca69e56059e93a52d2dd7c85ebb58683f..052618db5c5fddf12c210fcaf6332b17d59038b4 100644 (file)
@@ -169,7 +169,7 @@ others:
 
 .shared_template_build_only:
   extends: .shared_template
-  timeout: 45m
+  timeout: 1h
   artifacts:
     expire_in: 1 week
     paths: