guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Remove guix-build-coordinator-ag


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Remove guix-build-coordinator-agent.
Date: Sun, 12 Jan 2025 05:01:32 -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 411964d8 hydra: bayfront: Remove guix-build-coordinator-agent.
411964d8 is described below

commit 411964d827a89ec63c44f16c774e95875d9dbc6a
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jan 12 10:00:49 2025 +0000

    hydra: bayfront: Remove guix-build-coordinator-agent.
    
    As it's been unused for a while.
    
    * hydra/bayfront.scm <services>: Remove the
    guix-build-coordinator-agent.
---
 hydra/bayfront.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index e60d618d..85909536 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1864,24 +1864,6 @@ access_log   /var/log/nginx/git.qa.access.log;"))
     (service bffe-service-type
              %bffe-configuration)
 
-    (service guix-build-coordinator-agent-service-type
-             (guix-build-coordinator-agent-configuration
-              (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
-              (authentication
-               (guix-build-coordinator-agent-password-file-auth
-                (uuid "0c973ac8-4e62-4889-87b4-31c9536641db")
-                (password-file
-                 "/etc/guix-build-coordinator-agent-password")))
-              (max-parallel-builds 6)
-              (max-parallel-uploads 6)
-              (max-1min-load-average 18)
-              (systems '("x86_64-linux" "i686-linux"))
-              (derivation-substitute-urls
-               (list "https://data.guix.gnu.org";
-                     "https://data.qa.guix.gnu.org";))
-              (non-derivation-substitute-urls
-               (list "https://bordeaux.guix.gnu.org";))))
-
     (append
      (website-services)
      (modify-services %base-services



reply via email to

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