From dd8356e3c6a27b4d6655a3d0aea2d52410f6edc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 28 Dec 2018 22:36:38 +0100 Subject: 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(+) (limited to 'build-aux') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 05d430df0a..b225c02077 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 . ("bug-guix@gnu.org")))) @@ -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 . ("bug-guix@gnu.org"))))) -- cgit v1.2.3