guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: Use short timeouts for the QEMU jobs and system tests.


From: guix-commits
Subject: 01/01: hydra: Use short timeouts for the QEMU jobs and system tests.
Date: Fri, 28 Dec 2018 19:05:24 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit dd8356e3c6a27b4d6655a3d0aea2d52410f6edc4
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 28 22:36:38 2018 +0100

    hydra: Use short timeouts for the QEMU jobs and system tests.
    
    These builds shouldn't take too long.  Sometimes the guest kernel
    crashes and the VM gets stuck; we should be able to terminate those jobs
    quickly.
    
    * build-aux/hydra/gnu-system.scm (qemu-jobs)[->alist]: Add
    'max-silent-time' and 'timeout'.
    (system-test-jobs)[test->thunk]: Likewise.
---
 build-aux/hydra/gnu-system.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 05d430d..b225c02 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -162,6 +162,8 @@ SYSTEM."
       (long-description . "This is a demo stand-alone QEMU image of the GNU
 system.")
       (license . ,gpl3+)
+      (max-silent-time . 600)
+      (timeout . 3600)
       (home-page . ,%guix-home-page-url)
       (maintainers . ("address@hidden"))))
 
@@ -221,6 +223,8 @@ system.")
                                 (system-test-name test)))
         (long-description . ,(system-test-description test))
         (license . ,gpl3+)
+        (max-silent-time . 600)
+        (timeout . 3600)
         (home-page . ,%guix-home-page-url)
         (maintainers . ("address@hidden")))))
 



reply via email to

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