public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add gcc-fedora-arm64 and glibc-fedora-arm64 builders
Date: Thu, 14 Jul 2022 02:20:00 +0200	[thread overview]
Message-ID: <20220714002000.46125-1-mark@klomp.org> (raw)

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

diff --git a/builder/master.cfg b/builder/master.cfg
index 8d83523..d94170a 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -689,6 +689,7 @@ gcc_build_scheduler = schedulers.SingleBranchScheduler(
                                         branch="master"),
         reason="gcc project master branch update",
         builderNames=["gcc-fedora-x86_64",
+                      "gcc-fedora-arm64",
                       "gcc-rawhide-x86_64",
                       "gcc-debian-testing-x86_64",
                       "gcc-debian-amd64",
@@ -707,7 +708,8 @@ glibc_scheduler = schedulers.SingleBranchScheduler(
         treeStableTimer=10*60,
         reason="glibc project master branch update",
         builderNames=["glibc-fedrawhide-x86_64",
-                      "glibc-fedora-x86_64"])
+                      "glibc-fedora-x86_64",
+                      "glibc-fedora-arm64"])
 c['schedulers'].append(glibc_scheduler)
 
 # Quick build only scheduler
@@ -2582,6 +2584,14 @@ gcc_fedora_x86_64_builder = util.BuilderConfig(
         factory=gcc_build_factory)
 c['builders'].append(gcc_fedora_x86_64_builder)
 
+gcc_fedora_arm64_builder = util.BuilderConfig(
+        name="gcc-fedora-arm64",
+        collapseRequests=True,
+        workernames=["fedora-arm64"],
+        tags=["gcc", "fedora", "arm64"],
+        factory=gcc_build_factory)
+c['builders'].append(gcc_fedora_arm64_builder)
+
 gcc_debian_i386_builder = util.BuilderConfig(
         name="gcc-debian-i386",
         collapseRequests=True,
@@ -2758,6 +2768,14 @@ glibc_fedora_x86_64_builder = util.BuilderConfig(
         factory=glibc_factory)
 c['builders'].append(glibc_fedora_x86_64_builder)
 
+glibc_fedora_arm64_builder = util.BuilderConfig(
+        name="glibc-fedora-arm64",
+        collapseRequests=True,
+        workernames="fedora-arm64",
+        tags=["glibc", "fedora", "arm64"],
+        factory=glibc_factory)
+c['builders'].append(glibc_fedora_arm64_builder)
+
 glibc_debian_i386_builder = util.BuilderConfig(
         name="glibc-debian-i386",
         workernames=["debian-i386"],
-- 
2.30.2


                 reply	other threads:[~2022-07-14  0:20 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=20220714002000.46125-1-mark@klomp.org \
    --to=mark@klomp.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).