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 8ded9dde hydra: bayfront: Update the build-coordinator missing inputs 
hook.
8ded9dde is described below

commit 8ded9dde1e588b7d46e4e5e2e62aa4c42cbd9017
Author: Christopher Baines <[email protected]>
AuthorDate: Fri Apr 11 16:48:37 2025 +0100

    hydra: bayfront: Update the build-coordinator missing inputs hook.
    
    To avoid submitting builds when the build-success hook queue is
    delayed.
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Check
    successful-builds-with-pending-hook-events in the build-missing-inputs
    hook.
---
 hydra/bayfront.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 931ab371..0501aa74 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1235,8 +1235,10 @@ access_log   /var/log/nginx/git.qa.access.log;"))
                     (list #:submit-build?
                           (lambda* (missing-input
                                     #:key pending-builds
+                                    successful-builds-with-pending-hook-events
                                     #:allow-other-keys)
                             (and (null? pending-builds)
+                                 (null? 
successful-builds-with-pending-hook-events)
                                  (let ((code
                                         ;; There's some kind of weird
                                         ;; syntax transformer issue

Reply via email to