summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-09-22 18:03:53 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-09-22 16:59:05 +0000
commitcabcb56ce82c2a2d3164597951f40f5cc184bf4d (patch)
tree1bfb3140419806d1adbbecb6ba0bcb77c6e099ce /.gitlab-ci.yml
parenta6a081cbef1795699b68edd008c82de9ff015a58 (diff)
downloadgstreamer-cabcb56ce82c2a2d3164597951f40f5cc184bf4d.tar.gz
ci: Bump cerbero trigger timeout to 4h
macOS runners can get overworked and cause cerbero pipelines to take longer than 3h to complete, because each cross-macos-universal job takes about 2h and so it can take that long to get a runner allocated. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3065>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de38fd5df2..86942ab50b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -727,7 +727,7 @@ build documentation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/341737
cerbero trigger:
stage: build
- timeout: '3h'
+ timeout: '4h'
tags:
- placeholder-job
extends: