qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC PATCH RESEND 2/2] travis: use console aliveness script


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [RFC PATCH RESEND 2/2] travis: use console aliveness script
Date: Thu, 13 Jul 2017 07:03:11 -0300

Travis CI has specific time limits for each job, and will stop the build and
add an error message to the build log in the following situation[s]:
- A job produces no log output for 10 minutes

See: https://docs.travis-ci.com/user/customizing-the-build#build-timeouts

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 27a2d9cfb3..032d111bb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ notifications:
     on_failure: always
 env:
   global:
-    - TEST_CMD="make check"
+    - TEST_CMD="scripts/aliveness.sh 69 make check"
   matrix:
     - CONFIG=""
     - CONFIG="--enable-debug --enable-debug-tcg --enable-trace-backends=log"
-- 
2.13.2




reply via email to

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