guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Stop submitting i586-gnu builds


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Stop submitting i586-gnu builds to the coordinator.
Date: Thu, 04 May 2023 10:10:57 -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 b1b0a47  hydra: bayfront: Stop submitting i586-gnu builds to the 
coordinator.
b1b0a47 is described below

commit b1b0a47c9d8fbe0579e6a233a7055b8b5b167240
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu May 4 15:06:38 2023 +0100

    hydra: bayfront: Stop submitting i586-gnu builds to the coordinator.
    
    Since it's pretty broken, and in a way that each revision has a large
    number of new broken derivations, so it's taking quite a lot of time
    to submit builds for all of these broken derivations to the
    coordinator.
    
    * hydra/bayfront.scm <services>: Tweak the
    guix-build-coordinator-queue-builds-configuration systems.
---
 hydra/bayfront.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 39e1740..0f5719d 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1225,7 +1225,11 @@ add_header Content-Type text/plain;")))
                          "aarch64-linux"
                          "armhf-linux"
                          "powerpc64le-linux"
-                         "i586-gnu"))
+                         ;; TODO: Re-enable once all revisions prior to
+                         ;; f56d37658e8dde7d53d1d3ae5a15c64cf0e8c7fc
+                         ;; have been processed
+                         ;; "i586-gnu"
+                         ))
               (systems-and-targets
                (map (lambda (target)
                       (cons "x86_64-linux" target))



reply via email to

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