guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Comment out defunct build servers.


From: Marius Bakke
Subject: branch master updated: hydra: Comment out defunct build servers.
Date: Thu, 27 Feb 2020 13:06:29 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 857e953  hydra: Comment out defunct build servers.
857e953 is described below

commit 857e9538e82260d37e210126c48242f79caec648
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 27 19:05:01 2020 +0100

    hydra: Comment out defunct build servers.
    
    * hydra/machines-for-berlin.scm (armv7): Drop x15.sjd.se and 
hydra-slave{2,3}.
---
 hydra/machines-for-berlin.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 5957a28..8c412d8 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -227,7 +227,7 @@
 (define armv7
   (list
    ;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
-   (build-machine
+   #;(build-machine
     (name "x15.sjd.se")
     (user "hydra")
     (system "armhf-linux")
@@ -242,7 +242,8 @@
     (speed 1.0)
     (parallel-builds 2))
 
-   (build-machine
+   ;; I/O errors as of 2020-02-27
+   #;(build-machine
     (name "hydra-slave2.netris.org")
     (port 7276)
     (user "hydra")
@@ -251,7 +252,8 @@
     (speed 1.0)
     (parallel-builds 2))
 
-   (build-machine
+   ;; Not responding as of 2020-02-27
+   #;(build-machine
     (name "hydra-slave3.netris.org")
     (port 7274)
     (user "hydra")



reply via email to

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