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

Philippe Mathieu-Daudé posted 2 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170713100311.20037-1-f4bug@amsat.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
.travis.yml          |  2 +-
MAINTAINERS          |  1 +
scripts/aliveness.sh | 32 ++++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
create mode 100755 scripts/aliveness.sh
[Qemu-devel] [RFC PATCH RESEND 0/2] avoid Travis CI "no log output for 10 minutes" failure
Posted by Philippe Mathieu-Daudé 6 years, 9 months ago
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