summaryrefslogtreecommitdiff
path: root/.gitlab-ci-main.yml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-09-23 11:14:35 +1200
committerJeremy Allison <jra@samba.org>2021-10-01 19:43:16 +0000
commit1305ec3ae64e67fa68d3251d35f8a244a4a5be56 (patch)
tree8808dfd52fc0d91968b696909c4fb2356f1bc005 /.gitlab-ci-main.yml
parentb0b9663c80e416bdbeae5af0b3e3977761ebb9ad (diff)
downloadsamba-1305ec3ae64e67fa68d3251d35f8a244a4a5be56.tar.gz
.gitlab-ci: Allow a 1 hour to build Samba
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
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r--.gitlab-ci-main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index cc815d0ca69..052618db5c5 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -169,7 +169,7 @@ others:
.shared_template_build_only:
extends: .shared_template
- timeout: 45m
+ timeout: 1h
artifacts:
expire_in: 1 week
paths: