mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
.gitlab-ci.yml: specify explicit job timeouts
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
4df7f2b691
commit
101237b4e6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user