guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Remove the queue builds service.


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Remove the queue builds service.
Date: Fri, 02 Jun 2023 11:57:12 -0400

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 c878c4e  hydra: bayfront: Remove the queue builds service.
c878c4e is described below

commit c878c4e116e3f9d53cecdc2ca83868a4cfb52fcb
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Jun 2 16:54:26 2023 +0100

    hydra: bayfront: Remove the queue builds service.
    
    I'm moving this functionality to the build farm front-end, it's always
    been a bit odd having it in the build coordinator codebase and now
    that there's a proper frontend, I think that's the natural place for
    it to sit.
    
    * hydra/bayfront.scm <services>: Remove the
    guix-build-coordinator-queue-builds-service-type service.
---
 hydra/bayfront.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index a3cf64d..89c8a6d 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1248,28 +1248,6 @@ proxy_set_header  Via  $via;"
     (service guix-build-coordinator-service-type
              %guix-build-coordinator-configuration)
 
-    (service guix-build-coordinator-queue-builds-service-type
-             (guix-build-coordinator-queue-builds-configuration
-              (systems '("x86_64-linux" "i686-linux"
-                         "aarch64-linux"
-                         "armhf-linux"
-                         "powerpc64le-linux"
-                         "riscv64-linux"
-                         "i586-gnu"))
-              (systems-and-targets
-               (map (lambda (target)
-                      (cons "x86_64-linux" target))
-                    '("mips64el-linux-gnu"
-                      "arm-linux-gnueabihf"
-                      "aarch64-linux-gnu"
-                      "powerpc-linux-gnu"
-                      "powerpc64le-linux-gnu"
-                      "riscv64-linux-gnu"
-                      "i586-pc-gnu"
-                      "i686-w64-mingw32"
-                      "x86_64-w64-mingw32")))
-              (guix-data-service-build-server-id 2)))
-
     (service guix-build-coordinator-agent-service-type
              (guix-build-coordinator-agent-configuration
               (coordinator "https://coordinator.bayfront.guix.gnu.org";)



reply via email to

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