qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH RESEND 0/2] avoid Travis CI "no log output for 10 minutes" failure
@ 2017-07-13 10:03 Philippe Mathieu-Daudé
  2017-07-13 10:03 ` [Qemu-devel] [RFC PATCH RESEND 1/2] scripts: helper to keep console alive Philippe Mathieu-Daudé
  2017-07-13 10:03 ` [Qemu-devel] [RFC PATCH RESEND 2/2] travis: use console aliveness script Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-07-13 10:03 UTC (permalink / raw)
  To: Alex Bennée, Paolo Bonzini, Stefan Hajnoczi, Peter Maydell,
	Thomas Huth, Fam Zheng, qemu-devel
  Cc: Philippe Mathieu-Daudé

Hi, still trying to reduce Travis false negatives...

Suggested yesterday on IRC:
  pm215: this one seems to be that we hit the "10 minutes with no output" limit
  stefanha: f4bug: We could literally have a SIGALRM that wakes up to print out a '.' :-)

Let's try with an easy shell script.

This doesn't solve the 50min TO problem which is a different issue, but seems
to work a bit more stable:

https://travis-ci.org/philmd/qemu/builds/253032034

tagged 'RFC' because it's just a PoC script without comment.

Regards,

Phil.

PD: sorry, resent since I forgot to Cc: qemu-devel@nongnu.org :S

Philippe Mathieu-Daudé (2):
  scripts: helper to keep console alive
  travis: use console aliveness script

 .travis.yml          |  2 +-
 MAINTAINERS          |  1 +
 scripts/aliveness.sh | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletion(-)
 create mode 100755 scripts/aliveness.sh

-- 
2.13.2

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

end of thread, other threads:[~2017-07-13 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-13 10:03 [Qemu-devel] [RFC PATCH RESEND 0/2] avoid Travis CI "no log output for 10 minutes" failure Philippe Mathieu-Daudé
2017-07-13 10:03 ` [Qemu-devel] [RFC PATCH RESEND 1/2] scripts: helper to keep console alive Philippe Mathieu-Daudé
2017-07-13 11:38   ` Eric Blake
2017-07-13 10:03 ` [Qemu-devel] [RFC PATCH RESEND 2/2] travis: use console aliveness script Philippe Mathieu-Daudé

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).