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

---
 builder/master.cfg | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index a14c831..e44d0a2 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -690,7 +690,8 @@ gccrust_bootstrap_scheduler = schedulers.SingleBranchScheduler(
         onlyImportant=True,
         treeStableTimer=10*60,
         reason="gccrust project master branch gccrs files update",
-        builderNames=["gccrust-bootstrap-debian-amd64"])
+        builderNames=["gccrust-bootstrap-debian-amd64",
+                      "gccrust-bootstrap-gentoo-sparc"])
 c['schedulers'].append(gccrust_bootstrap_scheduler)
 
 # Only trigger scheduler for changes to binutils (or deps)
@@ -2157,6 +2158,14 @@ 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)
+
 # binutils build steps, factory and builders
 
 binutils_step_git = steps.Git(
-- 
2.31.1


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

only message in thread, other threads:[~2023-01-29 14:23 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:23 [PATCH] Add gccrust-bootstrap-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).