guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: bayfront: Work around "Signals delivery fails constantly".


From: Christopher Baines
Subject: 01/03: hydra: bayfront: Work around "Signals delivery fails constantly".
Date: Thu, 18 May 2023 11:23:56 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 931a28ffca7ee4a428168d9d46d56e0c1c88946b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu May 18 16:18:07 2023 +0100

    hydra: bayfront: Work around "Signals delivery fails constantly".
    
    Affecting both the build coordinator and nar herder:
    https://issues.guix.gnu.org/63368
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Add
    GC_RETRY_SIGNALS=0 to extra-environment-variables.
    <services>[nar-herder]: Likewise.
---
 hydra/bayfront.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index b5a6c18..a6e4e34 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -960,7 +960,9 @@ add_header Content-Type text/plain;")))
                                                 output-hash ".narinfo")))
                            (not (file-exists? narinfo))))
                        (datastore-list-build-outputs
-                        (build-coordinator-datastore build-coordinator) 
uuid))))))))))
+                        (build-coordinator-datastore build-coordinator) 
uuid)))))))
+     (extra-environment-variables
+      '("GC_RETRY_SIGNALS=0")))))
 
 
 ;;;
@@ -1227,7 +1229,9 @@ add_header Content-Type text/plain;")))
                  (level 19)
                  (directory-max-size (* 400 GiB)))))
               (cached-compression-workers 8)
-              (cached-compression-nar-source "https://bishan.guix.gnu.org";)))
+              (cached-compression-nar-source "https://bishan.guix.gnu.org";)
+              (extra-environment-variables
+               '("GC_RETRY_SIGNALS=0"))))
 
     (service guix-build-coordinator-service-type
              %guix-build-coordinator-configuration)



reply via email to

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