[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: Remove node 130 from berlin-nodes.
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: Remove node 130 from berlin-nodes. |
Date: |
Sun, 01 Dec 2024 15:04:49 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new cbc8da3b hydra: Remove node 130 from berlin-nodes.
cbc8da3b is described below
commit cbc8da3bd718a255597a81c2ac2fff9d3744f56b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Dec 1 20:03:43 2024 +0000
hydra: Remove node 130 from berlin-nodes.
As it's now got it's own configuration file.
* hydra/berlin-nodes.scm (nodes): Remove node 130.
---
hydra/berlin-nodes.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index 0ba885b9..98a55111 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -123,10 +123,11 @@
192)
;; Node 129 is not listed here, as it's used as Berlin's twin and
;; has its own configuration file, deploy-node-129.scm.
- (130
- "141.80.167.187"
- "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAICZilog+9Jdim9k07baYK6QZfkZRZbQQriExjtOEfjQ5"
- 192)))
+
+ ;; Node 130 is not listed here, it's used for
+ ;; data.qa.guix.gnu.org. The configuration is in
+ ;; deploy-node-130.scm.
+ ))
(define %authorized-guix-keys
;; List of authorized 'guix archive' keys.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: Remove node 130 from berlin-nodes.,
Christopher Baines <=