2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: Fix typo.

* hydra/machines-for-berlin.scm (armv7): Add missing closing bracket.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-27 18:08:14 +01:00
parent f2b32fa5d8
commit 7cf60fe31d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,7 +1,7 @@
;; Install this file as /etc/guix/machines.scm on berlin.guix.gnu.org
(use-modules (ice-9 match) (srfi srfi-1))
;; These are all hosted at the MDC in Berlin Buch. They are connected to
;; These are all hosted at the MDC in Berlin Buch. They are connected to
;; a dedicated VLAN and can only be accessed from berlin.guix.gnu.org.
(define hosts
'(;;; New machines. We should use DNS for them in the future.
@ -106,7 +106,6 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBZkQ4ZQgMGs/3druNQLsyFWHVhjtmN/sj1fxrPeUqJ"
192)))
(define template-x86_64
(match-lambda
;; Prefer building on the new nodes.
@ -259,7 +258,7 @@
(system "armhf-linux")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBLOVhnS24E+Z1bXLUU4z4gE5+HsFxDxUPA6MbLHmnME root@hydra-slave3")
(speed 1.0)
(parallel-builds 2)))
(parallel-builds 2))))
(let* ((x86_64 (map template-x86_64 hosts))
(fast (filter-map (match-lambda