cbaines pushed a commit to branch master
in repository maintenance.

commit 8661bb3e0ff514416e0dff310a8688dbaca42c08
Author: Christopher Baines <m...@cbaines.net>
AuthorDate: Mon May 13 16:16:01 2024 +0100

    hydra: bayfront: Set the parallelism for bffe submitting builds.
    
    As this is now possible.
    
    * hydra/bayfront.scm (%bffe-configuration): Set the parallelism for
    bffe submitting builds.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 889f035..b5e94d5 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1323,7 +1323,8 @@ proxy_set_header  Via  $via;"
                    "x86_64-w64-mingw32")))
            (submit-builds-for-channel-instances? #t)
            (build-priority priority-for-derivation)
-           (data-service-build-server-id 2)))
+           (data-service-build-server-id 2)
+           (parallelism 8)))
          #:web-server-args
          `(#:controller-args
            (#:title "bordeaux.guix.gnu.org"

Reply via email to