Add guixp9 to the CI.

* doc/cuirass.org (External machines): Add guixp9.
* hydra/berlin.scm (services)[wireguard-service-type]: Likewise.
[frontend-services]<#:systems>: Add “powerpc64le-linux”.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Thiago Jung Bauermann 2021-08-20 18:09:18 -03:00 committed by Mathieu Othacehe
parent 7b64119236
commit 4458abf9ec
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
2 changed files with 14 additions and 8 deletions

View File

@ -15,12 +15,13 @@ network. The next section describes how to add a new external machine.
* External machines
| Machine | Address | Contact |
|------------+----------+-----------------|
| overdrive1 | 10.0.0.3 | Ludovic Courtès |
| dover | 10.0.0.4 | Andreas Enge |
| guix-x15 | 10.0.0.5 | Simon Josefsson |
| guix-x15b | 10.0.0.6 | Simon Josefsson |
| Machine | Address | Contact |
|------------+----------+-----------------------|
| overdrive1 | 10.0.0.3 | Ludovic Courtès |
| dover | 10.0.0.4 | Andreas Enge |
| guix-x15 | 10.0.0.5 | Simon Josefsson |
| guix-x15b | 10.0.0.6 | Simon Josefsson |
| guixp9 | 10.0.0.7 | Tobias Geerinckx-Rice |
* Connect an external machine

View File

@ -377,7 +377,11 @@ Happy hacking!\n"))
(wireguard-peer
(name "guix-x15b")
(public-key "cwRqmMc8IPAHxFCGIt1WcnJnoWJcefcTXte2vMNi6Wo=")
(allowed-ips '("10.0.0.6/32")))))))
(allowed-ips '("10.0.0.6/32")))
(wireguard-peer
(name "guixp9")
(public-key "4jflGVC+6ee1jsXR/6GgBKjxzw4T4WIwYiMhj/lYQTE=")
(allowed-ips '("10.0.0.7/32")))))))
(frontend-services %sysadmins
;; Make sure we get enough build users.
@ -385,7 +389,8 @@ Happy hacking!\n"))
#:build-accounts-to-max-jobs-ratio 5
#:gc-threshold (* 10 TiB)
#:systems '("x86_64-linux" "i686-linux"
"aarch64-linux")
"aarch64-linux"
"powerpc64le-linux")
#:motd %motd
#:publish-workers 8
#:max-jobs 20))))