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

The full bootstrap build times out even with 64 cores since there
is some compile that takes +20 minutes using just 1 core. So change
the build to a simple build only gccrs builder till we figure out
why a gcc bootstrap is so slow on this setup.
---
 builder/master.cfg | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 9600120..46e7cf9 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -677,6 +677,7 @@ gccrust_scheduler = schedulers.SingleBranchScheduler(
                       "gccrust-debian-testing-x86_64",
                       "gccrust-debian-i386",
                       "gccrust-fedora-arm64",
+                      "gccrust-gentoo-sparc",
                       "gccrust-fedora-ppc64le",
                       "gccrust-fedora-s390x",
                       "gccrust-debian-ppc64",
@@ -692,8 +693,7 @@ gccrust_bootstrap_scheduler = schedulers.SingleBranchScheduler(
         onlyImportant=True,
         treeStableTimer=10*60,
         reason="gccrust project master branch gccrs files update",
-        builderNames=["gccrust-bootstrap-debian-amd64",
-                      "gccrust-bootstrap-gentoo-sparc"])
+        builderNames=["gccrust-bootstrap-debian-amd64"])
 c['schedulers'].append(gccrust_bootstrap_scheduler)
 
 # Only trigger scheduler for changes to binutils (or deps)
@@ -2170,13 +2170,12 @@ gccrust_bootstrap_debian_amd64_builder = util.BuilderConfig(
         factory=gccrust_bootstrap_factory)
 c['builders'].append(gccrust_bootstrap_debian_amd64_builder)
 
-gccrust_bootstrap_gentoo_sparc_builder = util.BuilderConfig(
-        name="gccrust-bootstrap-gentoo-sparc",
-	workernames=["gentoo-sparc-big"],
-        tags=["gccrust-bootstrap", "gentoo", "sparc"],
-        collapseRequests=True,
-        factory=gccrust_bootstrap_factory)
-c['builders'].append(gccrust_bootstrap_gentoo_sparc_builder)
+gccrust_gentoo_sparc_builder = util.BuilderConfig(
+        name="gccrust-gentoo-sparc",
+	workernames=sparc_workers,
+        tags=["gccrust", "gentoo", "sparc"],
+        factory=gccrust_factory)
+c['builders'].append(gccrust_gentoo_sparc_builder)
 
 # binutils build steps, factory and builders
 
-- 
2.39.1


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 14:02 [PATCH] Turn gccrust-bootstrap-gentoo-sparc into gccrust-gentoo-sparc 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).