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

hydra: Add guix-x15{,b}.sjd.se.

Thanks Simon!

* hydra/machines-for-berlin.scm (armv7): Add two new nodes.
This commit is contained in:
Marius Bakke 2020-04-29 22:21:16 +02:00
parent 3e5a72633b
commit ebc5f4ada2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -230,11 +230,18 @@
(define armv7
(list
;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
#;(build-machine
(name "x15.sjd.se")
;; Temporarily tunneled while waiting for firewall update.
(build-machine
(name "localhost") (port 2224) ;guix-x15.sjd.se
(user "hydra")
(system "armhf-linux")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILvy4tWBLfuBGB2Q8S5q0CeKLaD9w4hAG5PU/+nTD6e2 root@BeagleBoard-X15"))
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFZRvfeaRc7wEIiEoaWA5789+zcZ2Ht/OdFYOt7YAhgn root@beaglebone"))
(build-machine
(name "localhost") (port 2225) ;guix-15b.sjd.se
(user "hydra")
(system "armhf-linux")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJEbCOTTg9Tl0E23Mnc0UA4Ib2W5oDqTukk6mT98tOph root@beaglebone"))
#;(build-machine
(name "hydra-slave1.netris.org")