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

hydra: Use wireguard IPs as machine hostnames for guix-x15 and guix-x15b.

* hydra/machines-for-berlin.scm (armv7) <guix-x15>: Set name to
10.0.0.5.
<guix-x15b>: Set name to 10.0.0.6.
This commit is contained in:
Maxim Cournoyer 2021-04-20 12:08:21 -04:00
parent 71a7ead100
commit cee70892d0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -255,13 +255,13 @@
(list
;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
(build-machine
(name "guix-x15")
(name "10.0.0.5") ;guix-x15
(user "hydra")
(systems '("armhf-linux"))
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOfXjwCAFWeGiUoOVXEgtIeXxbtymjOTg7ph1ObMAcJ0 root@beaglebone"))
(build-machine
(name "guix-x15b")
(name "10.0.0.6") ;guix-x15b
(user "hydra")
(systems '("armhf-linux"))
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJEbCOTTg9Tl0E23Mnc0UA4Ib2W5oDqTukk6mT98tOph root@beaglebone"))