public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Make glibc gentoo sparc a full testsuite builder
@ 2023-01-29 14:18 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-01-29 14:18 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James, Mark Wielaard

---
 builder/master.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 5e9cc85..a14c831 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3395,9 +3395,10 @@ c['builders'].append(glibc_fedora_ppc64le_builder)
 
 glibc_gentoo_sparc_builder = util.BuilderConfig(
         name="glibc-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        collapseRequests=True,
+        workernames=["gentoo-sparc-big"],
         tags=["glibc", "gentoo", "sparc"],
-        factory=glibc_build_factory)
+        factory=glibc_factory)
 c['builders'].append(glibc_gentoo_sparc_builder)
 
 glibc_opensusetw_x86_64_builder = util.BuilderConfig(
-- 
2.31.1


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

only message in thread, other threads:[~2023-01-29 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 14:18 [PATCH] Make glibc gentoo sparc a full testsuite builder 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).