guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Configure Cuirass with just master branch specs.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Configure Cuirass with just master branch specs.
Date: Thu, 28 May 2020 15:49:38 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit aa3775516c602e5d88c0db569591272b3352f50d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue May 26 10:01:33 2020 +0100

    hydra: bayfront: Configure Cuirass with just master branch specs.
    
    Bayfront doesn't currently offload any builds, and only has ~4TiB of
    storage. I think it would be more useful to attempt to more completely
    build things for the master branch, rather than attempting to build
    staging and core-updates as well.
    
    * hydra/bayfront.scm (services): Pass #:branches '("master") to
    frontend-services.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 6161692..cfaa77b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -243,7 +243,8 @@ Happy hacking!\n"))
                                           #:max-jobs 4
                                           #:cores 6
                                           #:build-accounts-to-max-jobs-ratio 16
-                                          #:systems '("x86_64-linux" 
"armhf-linux")
+                                          #:branches '("master")
+                                          #:systems '("x86_64-linux")
                                           #:nginx-config-file
                                           (file-append %nginx-config
                                                        "/bayfront.conf"))



reply via email to

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