public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Sam James <sam@gentoo.org>
To: buildbot@sourceware.org
Cc: Sam James <sam@gentoo.org>
Subject: [PATCH] gentoo-sparc: add libabigail CI (+ try)
Date: Mon, 16 Jan 2023 20:22:35 +0000	[thread overview]
Message-ID: <20230116202235.46772-1-sam@gentoo.org> (raw)

As discussed on #libabigail.
---
 builder/master.cfg | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index e9ee1fa..2c1d007 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -516,6 +516,7 @@ libabigail_scheduler = schedulers.SingleBranchScheduler(
                       "libabigail-debian-arm64",
                       "libabigail-fedora-arm64",
                       "libabigail-fedora-x86_64",
+                      "libabigail-gentoo-sparc",
                       "libabigail-rawhide-x86_64",
                       "libabigail-debian-testing-x86_64",
                       "libabigail-debian-amd64",
@@ -538,6 +539,7 @@ libabigail_try_scheduler = schedulers.AnyBranchScheduler(
                       "libabigail-try-debian-arm64",
                       "libabigail-try-fedora-arm64",
                       "libabigail-try-fedora-x86_64",
+                      "libabigail-try-gentoo-sparc",
                       "libabigail-try-rawhide-x86_64",
                       "libabigail-try-debian-testing-x86_64",
                       "libabigail-try-debian-amd64",
@@ -3513,6 +3515,21 @@ libabigail_try_fedora_x86_64_builder = util.BuilderConfig(
         factory=libabigail_factory)
 c['builders'].append(libabigail_try_fedora_x86_64_builder)
 
+libabigail_gentoo_sparc_builder = util.BuilderConfig(
+        name="libabigail-gentoo-sparc",
+        workernames=["gentoo-sparc"],
+        tags=["libabigail", "gentoo", "sparc64"],
+        factory=libabigail_factory_checkonly)
+c['builders'].append(libabigail_gentoo_sparc_builder)
+
+libabigail_try_gentoo_sparc_builder = util.BuilderConfig(
+        name="libabigail-try-gentoo-sparc",
+        collapseRequests=True,
+        workernames=["gentoo-sparc"],
+        tags=["libabigail-try", "gentoo", "sparc"],
+        factory=libabigail_factory_checkonly)
+c['builders'].append(libabigail_try_gentoo_sparc_builder)
+
 libabigail_debian_amd64_builder = util.BuilderConfig(
         name="libabigail-debian-amd64",
 	properties={'container-file':
-- 
2.39.0


             reply	other threads:[~2023-01-16 20:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 20:22 Sam James [this message]
2023-01-16 20:39 ` Mark Wielaard

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=20230116202235.46772-1-sam@gentoo.org \
    --to=sam@gentoo.org \
    --cc=buildbot@sourceware.org \
    /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).