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

hydra: berlin: Add the reinstalled guix-x15.sjd.se.

Also remove tunnels as the MDC firewall has been updated.

* hydra/machines-for-berlin.scm (armv7): Provide new host key for
guix-x15.sjd.se; remove tunnels for guix-x15*.
This commit is contained in:
Marius Bakke 2020-05-05 23:12:00 +02:00
parent 28ac814f02
commit b5f9cee4a5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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