guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Allow more build-started hooks t


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Allow more build-started hooks to run in parallel.
Date: Tue, 06 Sep 2022 04:40:03 -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 fa245ea  hydra: bayfront: Allow more build-started hooks to run in 
parallel.
fa245ea is described below

commit fa245ea65bac4a3faa6c74d33e47e025660657a4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Sep 6 09:39:04 2022 +0100

    hydra: bayfront: Allow more build-started hooks to run in parallel.
    
    For the build coordinator. This helps to avoid a backlog of
    build-started event hooks.
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Increase
    build-started from 2 to 6.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 81c2c6d..1a372b8 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -734,7 +734,7 @@ add_header Content-Type text/plain;")))
      (parallel-hooks
       '((build-submitted . 6)
         (build-canceled . 6)
-        (build-started . 2)
+        (build-started . 6)
         (build-success . 4)))
      (hooks
       `((build-submitted



reply via email to

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