public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Set max_builds=1 for gentoo-sparc-big
@ 2023-01-30  8:16 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-01-30  8:16 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James, Mark Wielaard

We only want one "big" build at a time trying to use 32/64 cores.
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 3da3314..670ce28 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -144,7 +144,7 @@ c['workers'].append(gentoo_sparc_worker)
 
 gentoo_sparc_big_worker = worker.Worker("gentoo-sparc-big",
                                     getpw("gentoo-sparc-big"),
-                                    max_builds=3,
+                                    max_builds=1,
                                     properties={'ncpus': 32, 'maxcpus': 64},
                                     notify_on_missing=['sam@gentoo.org']);
 c['workers'].append(gentoo_sparc_big_worker)
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-30  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  8:16 [PATCH] Set max_builds=1 for gentoo-sparc-big Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).