guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: Add some more POWER.


From: Tobias Geerinckx-Rice
Subject: branch master updated: hydra: Add some more POWER.
Date: Fri, 28 Oct 2022 10:32:41 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 936ef08  hydra: Add some more POWER.
936ef08 is described below

commit 936ef08fd3f34be9feb2b22714a0eeb73cfd0210
Author: Tobias Geerinckx-Rice <nckx@berlin.guix.gnu.org>
AuthorDate: Tue Oct 25 12:34:37 2022 +0200

    hydra: Add some more POWER.
    
    This machine will show up as guix-ppc64le in /workers until the local
    hostname is updated to match.
    
    * doc/cuirass.org (External machines): Add sjd-p9.
    * hydra/berlin.scm (services): Add it to wireguard-service-type.
    * hydra/machines-for-berlin.scm (powerpc64le): Use it \o/.
---
 doc/cuirass.org               |  1 +
 hydra/berlin.scm              |  6 +++++-
 hydra/machines-for-berlin.scm | 14 ++++++++++++--
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/doc/cuirass.org b/doc/cuirass.org
index 8ef696e..af65c62 100644
--- a/doc/cuirass.org
+++ b/doc/cuirass.org
@@ -27,6 +27,7 @@ network. The next section describes how to add a new external 
machine.
 | grunewald  | 10.0.0.10 | Ricardo Wurmus        |
 | bayfront   | 10.0.0.11 | Andreas Enge          |
 | jade       | 10.0.0.12 | Chris Marusich        |
+| sjd-p9     | 10.0.0.13 | Simon Josefsson       |
 
 * Connect an external machine
 
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 85cccf5..d36b270 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -490,7 +490,11 @@ at MOUNT-POINT."
                          (wireguard-peer
                           (name "jade")
                           (public-key 
"FEFR3NX+DfkrsTHpgECvzW/M/0D8V4bVtCEEzQ5naww=")
-                          (allowed-ips '("10.0.0.12/32")))))))
+                          (allowed-ips '("10.0.0.12/32")))
+                        (wireguard-peer
+                          (name "sjd-p9")
+                          (public-key 
"JESZIT1RikNQ+xM1a18pXGvZQoZ3vmVkNA+w/qx1Bzs=")
+                          (allowed-ips '("10.0.0.13/32")))))))
 
              (append
               (map anonip-service %anonip-log-files)
diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index a9b22ae..043a030 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -298,12 +298,22 @@
 
 (define powerpc64le
   (list
-   ;; A VM donated/hosted by OSUOSL & administered by nckx.
+   ;; guixp9 - A VM donated/hosted by OSUOSL & administered by nckx.
+   ;; 8 POWER9 2.2 (pvr 004e 1202) cores, 16 GiB RAM, 160 GB storage.
    (build-machine
     (name "10.0.0.7")
     (user "hydra")
     (systems '("powerpc64le-linux"))
-    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJEbRxJ6WqnNLYEMNDUKFcdMtyZ9V/6oEfBFSHY8xE6A nckx"))))
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJEbRxJ6WqnNLYEMNDUKFcdMtyZ9V/6oEfBFSHY8xE6A nckx"))
+   ;; sjd-p9 - A VM donated/hosted by Simon Joseffson, but blame nckx for any 
problems.
+   ;; 32 POWER9 2.3 (pvr 004e 1203) cores, 64 GiB RAM, 16 GB / + 256 GB /gnu 
storage.
+   (build-machine
+    (parallel-builds 16)
+    (speed 4.0)
+    (name "10.0.0.13")
+    (user "hydra")
+    (systems '("powerpc64le-linux"))
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIMUkktI2HAycb4nqWwVBn5OCe5dyF4pbjqvyPTICz/9A nckx"))))
 
 (define build-machine-name
   (@@ (guix scripts offload) build-machine-name))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]