public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: David Abdurachmanov <david.abdurachmanov@gmail.com>,
	Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add libabigail-ubuntu-riscv builder and try-builder
Date: Fri, 29 Dec 2023 01:04:29 +0100	[thread overview]
Message-ID: <20231229000429.538429-1-mark@klomp.org> (raw)

---
 builder/master.cfg | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 4fedc07..00ffef6 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -584,6 +584,7 @@ libabigail_scheduler = schedulers.SingleBranchScheduler(
                       "libabigail-fedora-s390x",
                       "libabigail-debian-ppc64",
                       "libabigail-fedora-ppc64le",
+                      "libabigail-ubuntu-riscv",
                       "libabigail-opensusetw-x86_64",
                       "libabigail-opensuseleap-x86_64"])
 c['schedulers'].append(libabigail_scheduler)
@@ -607,6 +608,7 @@ libabigail_try_scheduler = schedulers.AnyBranchScheduler(
                       "libabigail-try-fedora-s390x",
                       "libabigail-try-debian-ppc64",
                       "libabigail-try-fedora-ppc64le",
+                      "libabigail-try-ubuntu-riscv",
                       "libabigail-try-opensusetw-x86_64",
                       "libabigail-try-opensuseleap-x86_64"])
 c['schedulers'].append(libabigail_try_scheduler)
@@ -4104,6 +4106,21 @@ libabigail_try_fedora_ppc64le_builder = util.BuilderConfig(
         factory=libabigail_factory_checkonly)
 c['builders'].append(libabigail_try_fedora_ppc64le_builder)
 
+libabigail_ubuntu_riscv_builder = util.BuilderConfig(
+        name="libabigail-ubuntu-riscv",
+        workernames=["starfive-riscv"],
+        tags=["libabigail", "ubuntu", "riscv"],
+        factory=libabigail_factory_checkonly)
+c['builders'].append(libabigail_ubuntu_riscv_builder)
+
+libabigail_try_ubuntu_riscv_builder = util.BuilderConfig(
+        name="libabigail-try-ubuntu-riscv",
+        collapseRequests=True,
+        workernames=["starfive-riscv"],
+        tags=["libabigail-try", "ubuntu", "riscv"],
+        factory=libabigail_factory_checkonly)
+c['builders'].append(libabigail_try_ubuntu_riscv_builder)
+
 libabigail_opensusetw_x86_64_builder = util.BuilderConfig(
         name="libabigail-opensusetw-x86_64",
 	properties={'container-file':
-- 
2.39.3


                 reply	other threads:[~2023-12-29  0:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231229000429.538429-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=david.abdurachmanov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).