guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: hatysa: Update configuration.


From: Christopher Baines
Subject: 02/02: hydra: hatysa: Update configuration.
Date: Wed, 2 Mar 2022 04:22:39 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit dfff66065ce39d5002ede4bb4e5b34b547d98caf
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Mar 2 09:21:08 2022 +0000

    hydra: hatysa: Update configuration.
    
    * hydra/hatysa.scm <services>: Add mcron to run guix gc, decrease
    max-parallel-builds to 8 and increase the timeout to 72 hours.
---
 hydra/hatysa.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/hydra/hatysa.scm b/hydra/hatysa.scm
index e4a5b82..8021c83 100644
--- a/hydra/hatysa.scm
+++ b/hydra/hatysa.scm
@@ -131,6 +131,11 @@
   (services
    (cons* (service dhcp-client-service-type)
 
+          (service mcron-service-type
+                   (mcron-configuration
+                    (jobs
+                     (list #~(job '(next-hour '(3)) "guix gc -F 250G")))))
+
           (service agetty-service-type
                    (agetty-configuration
                     (tty "ttyAMA0")
@@ -153,7 +158,7 @@
                       (uuid "bc5f3585-03f9-4ab3-8604-6acc89512fba")
                       (password-file
                        "/etc/guix-build-coordinator-agent-password")))
-                    (max-parallel-builds 12)
+                    (max-parallel-builds 8)
                     (systems '("aarch64-linux" "armhf-linux"))
                     (derivation-substitute-urls
                      (list "https://data.guix.gnu.org";))
@@ -173,7 +178,7 @@
                          '("https://bordeaux.guix.gnu.org";))
 
                         (max-silent-time (* 12 3600))
-                        (timeout (* 24 3600))
+                        (timeout (* 72 3600))
 
                         (build-accounts 32)
 
@@ -182,4 +187,3 @@
                           ;; for substituting derivations
                           (local-file "keys/guix/data.guix.gnu.org.pub")
                           %default-authorized-guix-keys))))))))
-



reply via email to

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