2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

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.
This commit is contained in:
Mathieu Othacehe 2021-05-01 13:51:01 +02:00
parent 96d7a21220
commit 2bbf568dbe
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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"))))