guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "hydra: bayfront: Stop the qa-frontpage su


From: Christopher Baines
Subject: branch master updated: Revert "hydra: bayfront: Stop the qa-frontpage submitting builds."
Date: Thu, 25 May 2023 04:50:31 -0400

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 15afbf3  Revert "hydra: bayfront: Stop the qa-frontpage submitting 
builds."
15afbf3 is described below

commit 15afbf3343cca28fc7659fa536a6d26922b9e069
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue May 23 14:05:46 2023 +0100

    Revert "hydra: bayfront: Stop the qa-frontpage submitting builds."
    
    The qa-frontpage now can detect when it needs to wait before
    submitting builds, so re-enable this.
    
    This reverts commit 6343780896fcdfdeccfbaf9ef407ceb4641f33b7.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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