guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: bayfront: Stop the qa-frontpage submitting builds.


From: Christopher Baines
Subject: 02/03: hydra: bayfront: Stop the qa-frontpage submitting builds.
Date: Wed, 26 Apr 2023 03:04:06 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 6343780896fcdfdeccfbaf9ef407ceb4641f33b7
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Apr 26 08:00:54 2023 +0100

    hydra: bayfront: Stop the qa-frontpage submitting builds.
    
    The bordeaux build farm has some catching up to do now that
    core-updates has been merged, and by the time it's caught up, it'll
    probably have run out of storage space for new nars. So pause
    submitting new builds for now.
    
    * hydra/bayfront.scm <services>: Change the qa-frontpage-configuration
    submit-builds? to #f.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 718b6af..5902462 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1118,7 +1118,7 @@ add_header Content-Type text/plain;")))
 
     (service qa-frontpage-service-type
              (qa-frontpage-configuration
-              (submit-builds? #t)
+              (submit-builds? #f)
               (manage-patch-branches? #t)))
 
     (service guix-packages-website-service-type)



reply via email to

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