This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 2bbf568  hydra: services: Do not cache build failures on Berlin.
2bbf568 is described below

commit 2bbf568dbe61aed463e10b04c9f21d259bedad7c
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat May 1 13:51:01 2021 +0200

    hydra: services: Do not cache build failures on Berlin.
    
    Berlin doesn't build much stuff anymore, and removing transient cache 
failures
    require manual intervention.
    
    * hydra/modules/sysadmin/services.scm (guix-daemon-config): Do not cache 
failures.
---
 hydra/modules/sysadmin/services.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 4d8b48a..7b7b3f0 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -207,7 +207,6 @@
    (build-accounts (* build-accounts-to-max-jobs-ratio max-jobs))
    (extra-options (list "--max-jobs" (number->string max-jobs)
                         "--cores" (number->string cores)
-                        "--cache-failures"
                         "--gc-keep-outputs" "--gc-keep-derivations"))))
 
 

Reply via email to