]> www.infradead.org Git - qemu-nvme.git/commitdiff
gitlab-ci/cirrus: Increase timeout to 80 minutes
authorThomas Huth <thuth@redhat.com>
Tue, 16 Nov 2021 16:33:09 +0000 (17:33 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 17 Nov 2021 09:20:38 +0000 (10:20 +0100)
The jobs on Cirrus-CI sometimes get delayed quite a bit, waiting to
be scheduled, so while the build test itself finishes within 60 minutes,
the total run time of the jobs can be longer due to this waiting time.
Thus let's increase the timeout on the gitlab side a little bit, so
that these jobs are not marked as failing just because of the delay.

Message-Id: <20211116163309.246602-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/cirrus.yml

index cc2f2e8906739f7c0f81296b318c515399f20400..d273a9e71308dd17ac850fa32f9d124e514c8d3e 100644 (file)
@@ -14,6 +14,7 @@
   stage: build
   image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
   needs: []
+  timeout: 80m
   allow_failure: true
   script:
     - source .gitlab-ci.d/cirrus/$NAME.vars