ci: Increase cerbero trigger timeout to 3h
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 14 Feb 2022 23:28:13 +0000 (04:58 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 14 Feb 2022 23:28:13 +0000 (04:58 +0530)
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>

.gitlab-ci.yml

index 1b2acd4..4f0d0b2 100644 (file)
@@ -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'