qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH RESEND 0/2] avoid Travis CI "no log output for 1


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [RFC PATCH RESEND 0/2] avoid Travis CI "no log output for 10 minutes" failure
Date: Thu, 13 Jul 2017 07:03:09 -0300

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: address@hidden :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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]