guix-commits
[Top][All Lists]
Advanced

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

04/04: hydra: bayfront: Make some guix-build-coordinator hook tweaks.


From: Christopher Baines
Subject: 04/04: hydra: bayfront: Make some guix-build-coordinator hook tweaks.
Date: Thu, 2 Nov 2023 04:35:21 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 50ec77a07e50bcbd4da5ba95e0aadb131d0dda00
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Nov 2 08:33:32 2023 +0000

    hydra: bayfront: Make some guix-build-coordinator hook tweaks.
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Support
    more parallel build-success hooks and make the build-missing-inputs
    hook do nothing, as this should be unused.
---
 hydra/bayfront.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index e1a4c04..ad89dc2 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -862,9 +862,12 @@ proxy_set_header  Via  $via;"
       '((build-submitted . 6)
         (build-canceled . 6)
         (build-started . 6)
-        (build-success . 4)))
+        (build-success . 24)))
      (hooks
-      `((build-submitted
+      `((build-missing-inputs
+         ;; Builds shouldn't be missing inputs, so disable this hook
+         . ,#~(const #t))
+        (build-submitted
          . ,#~(lambda args
                 #$(send-guix-data-service-event
                    'build-submitted-send-event-to-guix-data-service-hook)))



reply via email to

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