guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: milano-guix-1: Update config.


From: Christopher Baines
Subject: branch master updated: hydra: milano-guix-1: Update config.
Date: Fri, 17 Feb 2023 12:18:56 -0500

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 7734280  hydra: milano-guix-1: Update config.
7734280 is described below

commit 7734280c2e8ab1e5244552a48aa50948185e0b5d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Feb 17 17:17:18 2023 +0000

    hydra: milano-guix-1: Update config.
    
    * hydra/milano-guix-1.scm <services>: Add earlyoom-service-type. Tweak
    guix-build-coordinator-agent configuration.
---
 hydra/milano-guix-1.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 6fea79d..6e6a006 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -10,7 +10,7 @@
 (use-modules (gnu)
              (guix gexp))
 (use-service-modules databases getmail guix networking mcron ssh
-                     virtualization web monitoring)
+                     virtualization web monitoring linux)
 (use-package-modules certs screen tmux ssh linux)
 
 ;; The following definition are **almost** copied from dover.scm: a
@@ -160,6 +160,8 @@
 
             (service prometheus-node-exporter-service-type)
 
+            (service earlyoom-service-type)
+
             ;; The Prometheus node exporter isn't reachable on the
             ;; 9100 port, so use NGinx to proxy the requests
             (service
@@ -192,9 +194,9 @@
                        (uuid "b57898c3-7187-4c56-9d3c-4e68b954b79a")
                        (password-file
                         "/etc/guix-build-coordinator-agent-password")))
-                     (max-parallel-builds 12)
-                     (max-1min-load-average 32)
-                     (systems '("x86_64-linux" "i686-linux"))
+                     (max-parallel-builds 8)
+                     (max-1min-load-average 20)
+                     (systems '("x86_64-linux"))
                      (derivation-substitute-urls
                       (list "https://data.guix.gnu.org";
                             "https://data.qa.guix.gnu.org";))



reply via email to

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