public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Add glibc-ubuntu-riscv builder
@ 2024-02-22 23:54 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-02-22 23:54 UTC (permalink / raw)
  To: buildbot; +Cc: David Abdurachmanov, Mark Wielaard

The glibc build takes a long time ~30 minutes for make -j4
and ~2.5 hours for make check -j4. But the result is pretty good:

                === Summary of results ===
      4 FAIL
   4698 PASS
     21 UNSUPPORTED
     16 XFAIL
      2 XPASS

Since it takes such a long time glibc builds for riscv are done
one one specific board and the builds are collapsed (we won't try
a build for every single commit).
---
 builder/master.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 5f21a2b..84b7b3d 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1040,6 +1040,7 @@ glibc_build_scheduler = schedulers.AnyBranchScheduler(
                       "glibc-fedora-s390x",
                       "glibc-debian-ppc64",
                       "glibc-fedora-ppc64le",
+                      "glibc-ubuntu-riscv",
                       "glibc-gentoo-sparc"])
 c['schedulers'].append(glibc_build_scheduler)
 
@@ -3861,6 +3862,14 @@ glibc_fedora_ppc64le_builder = util.BuilderConfig(
         factory=glibc_build_factory)
 c['builders'].append(glibc_fedora_ppc64le_builder)
 
+glibc_ubuntu_riscv_builder = util.BuilderConfig(
+        name="glibc-ubuntu-riscv",
+        collapseRequests=True,
+        workernames=["starfive-riscv"], # note only uses one specific starfive
+        tags=["glibc", "ubuntu", "riscv"],
+        factory=glibc_factory)
+c['builders'].append(glibc_ubuntu_riscv_builder)
+
 glibc_gentoo_sparc_builder = util.BuilderConfig(
         name="glibc-gentoo-sparc",
         collapseRequests=True,
-- 
2.39.3


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

only message in thread, other threads:[~2024-02-22 23:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 23:54 [COMMITTED] Add glibc-ubuntu-riscv 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).