[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: services: Do not cache build failures on B
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: services: Do not cache build failures on Berlin. |
Date: |
Thu, 13 May 2021 04:50:55 -0400 |
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 <othacehe@gnu.org>
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"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: services: Do not cache build failures on Berlin.,
Mathieu Othacehe <=