public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: "Jose E. Marchesi" <jemarch@gnu.org>, Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add gnupoke fedora arm64 builder
Date: Sun, 16 Apr 2023 21:39:03 +0200	[thread overview]
Message-ID: <20230416193903.249922-1-mark@klomp.org> (raw)

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

diff --git a/builder/master.cfg b/builder/master.cfg
index fecdc76..259fa34 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -988,7 +988,8 @@ gnupoke_scheduler = schedulers.SingleBranchScheduler(
                                         branch="master"),
         builderNames=["gnupoke-debian-testing-x86_64",
                       "gnupoke-debian-i386",
-                      "gnupoke-gentoo-sparc"])
+                      "gnupoke-gentoo-sparc",
+                      "gnupoke-fedora-arm64"])
 c['schedulers'].append(gnupoke_scheduler)
 
 gnupoke_snapshot_scheduler = schedulers.Periodic(
@@ -4369,6 +4370,13 @@ gnupoke_gentoo_space_builder = util.BuilderConfig(
         factory=gnupoke_factory)
 c['builders'].append(gnupoke_gentoo_space_builder)
 
+gnupoke_fedora_arm64_builder = util.BuilderConfig(
+        name="gnupoke-fedora-arm64",
+        tags=["gnupoke", "fedora", "arm64"],
+        workernames=["fedora-arm64"],
+        factory=gnupoke_factory)
+c['builders'].append(gnupoke_fedora_arm64_builder)
+
 poke_snapshots_builder = util.BuilderConfig(
         name="poke-snapshots-html-pdf-dist",
         collapseRequests=True,
-- 
2.31.1


                 reply	other threads:[~2023-04-16 19:39 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=20230416193903.249922-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=jemarch@gnu.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).