summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-02-15 04:58:13 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-02-15 04:58:13 +0530
commit023bb9c425cd1231b84b091210da296eb87840aa (patch)
tree52aff4c4926e364f134242378a19f8fa4bd6e96b /.gitlab-ci.yml
parentd03971dac7b32a6ffcbf161853e017f65ae7c22f (diff)
downloadgstreamer-023bb9c425cd1231b84b091210da296eb87840aa.tar.gz
ci: Increase cerbero trigger timeout to 3h
All cerbero jobs explicitly override the default project timeout from 1h to 3h, so this should also be 3h. It is quite common for cerbero trigger jobs to timeout due to slow download speeds from the artifact server to FDO gitlab. https://gitlab.freedesktop.org/heirecka/gstreamer/-/jobs/18803342 https://gitlab.freedesktop.org/gstreamer/cerbero/-/jobs/18803360 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1686>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b2acd4bb6..4f0d0b2c18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -759,6 +759,7 @@ build documentation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/341737
cerbero trigger:
stage: build
+ timeout: '3h'
extends:
- '.fedora image'
- '.fdo.suffixed-image@fedora'