qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitlab-ci/cirrus: Increase timeout to 80 minutes
@ 2021-11-16 16:33 Thomas Huth
  2021-11-16 16:49 ` Daniel P. Berrangé
  2021-11-16 17:17 ` Willian Rampazzo
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Huth @ 2021-11-16 16:33 UTC (permalink / raw)
  To: qemu-devel, Philippe Mathieu-Daudé, Alex Bennée
  Cc: Willian Rampazzo, Daniel P . Berrangé,
	Wainer dos Santos Moschetta

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.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index e7b25e7427..22d42585e4 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -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
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-17  7:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16 16:33 [PATCH] gitlab-ci/cirrus: Increase timeout to 80 minutes Thomas Huth
2021-11-16 16:49 ` Daniel P. Berrangé
2021-11-16 17:09   ` Philippe Mathieu-Daudé
2021-11-16 17:22     ` Thomas Huth
2021-11-16 17:36       ` Richard Henderson
2021-11-16 18:20         ` Daniel P. Berrangé
2021-11-17  7:03           ` Thomas Huth
2021-11-16 17:17 ` Willian Rampazzo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).