guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: More efficiently submit build co


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: More efficiently submit build coordinator builds.
Date: Mon, 12 Dec 2022 18:19:07 -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 3370e3a  hydra: bayfront: More efficiently submit build coordinator 
builds.
3370e3a is described below

commit 3370e3a9d8754c27a2d7076a63f4dc86a11e0633
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Dec 12 23:14:59 2022 +0000

    hydra: bayfront: More efficiently submit build coordinator builds.
    
    This means that less time is wasted trying to submit builds for things
    that have been handled already.
    
    * hydra/bayfront.scm 
<services>[guix-build-coordinator-queue-builds-service-type]: Specify
    the build server id.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index bebb9da..9c44059 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1209,7 +1209,8 @@ add_header Content-Type text/plain;")))
                       "riscv64-linux-gnu"
                       "i586-pc-gnu"
                       "i686-w64-mingw32"
-                      "x86_64-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



reply via email to

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