public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add elfutils try and ci builder on gentoo-sparc
@ 2023-01-13 21:34 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-01-13 21:34 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James, Mark Wielaard

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

diff --git a/builder/master.cfg b/builder/master.cfg
index c68a5a4..8b1f391 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -468,6 +468,7 @@ elfutils_scheduler = schedulers.SingleBranchScheduler(
         builderNames=["elfutils-centos-x86_64",
                       "elfutils-debian-arm64",
                       "elfutils-fedora-arm64",
+                      "elfutils-gentoo-sparc",
                       "elfutils-fedora-x86_64",
                       "elfutils-rawhide-x86_64",
                       "elfutils-debian-testing-x86_64",
@@ -490,6 +491,7 @@ elfutils_try_scheduler = schedulers.AnyBranchScheduler(
         builderNames=["elfutils-try-centos-x86_64",
                       "elfutils-try-debian-arm64",
                       "elfutils-try-fedora-arm64",
+                      "elfutils-try-gentoo-sparc",
                       "elfutils-try-fedora-x86_64",
                       "elfutils-try-rawhide-x86_64",
                       "elfutils-try-debian-testing-x86_64",
@@ -1676,6 +1678,20 @@ elfutils_try_fedora_arm64_builder = util.BuilderConfig(
         factory=elfutils_factory_val)
 c['builders'].append(elfutils_try_fedora_arm64_builder)
 
+elfutils_gentoo_sparc_builder = util.BuilderConfig(
+        name="elfutils-gentoo-sparc",
+        workernames=["gentoo-sparc"],
+        tags=["elfutils", "gentoo", "sparc"],
+        factory=elfutils_factory)
+c['builders'].append(elfutils_gentoo_sparc_builder)
+
+elfutils_try_gentoo_sparc_builder = util.BuilderConfig(
+        name="elfutils-try-gentoo-sparc",
+        workernames=["gentoo-sparc"],
+        tags=["elfutils-try", "gentoo", "sparc"],
+        factory=elfutils_factory)
+c['builders'].append(elfutils_try_gentoo_sparc_builder)
+
 elfutils_fedora_x86_64_builder = util.BuilderConfig(
         name="elfutils-fedora-x86_64",
 	properties={'container-file':
-- 
2.31.1


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

only message in thread, other threads:[~2023-01-13 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 21:34 [PATCH] Add elfutils try and ci builder on gentoo-sparc 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).