public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Sam James <sam@gentoo.org>, Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Introduce sparc_workers. Smaller builds can go on either.
Date: Sun, 29 Jan 2023 16:43:00 +0100	[thread overview]
Message-ID: <20230129154300.124357-1-mark@klomp.org> (raw)

---
 builder/master.cfg | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 29c04a8..c308048 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -149,6 +149,8 @@ gentoo_sparc_big_worker = worker.Worker("gentoo-sparc-big",
                                     notify_on_missing=['sam@gentoo.org']);
 c['workers'].append(gentoo_sparc_big_worker)
 
+# Smaller builds can go on either.
+sparc_workers = ['gentoo-sparc', 'gentoo-sparc-big']
 
 # 3 (Fedora Core) VMs which can run container files
 # 2 can do simultanious builds, and so have 2 latent workers with different
@@ -1213,7 +1215,7 @@ c['builders'].append(bzip2_fedora_arm64_builder)
 
 bzip2_gentoo_sparc_builder = util.BuilderConfig(
         name="bzip2-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["bzip2", "gentoo", "sparc"],
         factory=bzip2_factory_no_valgrind)
 c['builders'].append(bzip2_gentoo_sparc_builder)
@@ -1446,7 +1448,7 @@ c['builders'].append(debugedit_debian_testing_x86_64_builder)
 
 debugedit_gentoo_sparc_builder = util.BuilderConfig(
         name="debugedit-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["debugedit", "gentoo", "sparc"],
         factory=debugedit_factory)
 c['builders'].append(debugedit_gentoo_sparc_builder)
@@ -1752,14 +1754,14 @@ c['builders'].append(elfutils_try_fedora_arm64_builder)
 
 elfutils_gentoo_sparc_builder = util.BuilderConfig(
         name="elfutils-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         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"],
+        workernames=sparc_workers,
         tags=["elfutils-try", "gentoo", "sparc"],
         factory=elfutils_factory)
 c['builders'].append(elfutils_try_gentoo_sparc_builder)
@@ -2387,14 +2389,14 @@ c['builders'].append(binutils_try_fedora_arm64_builder)
 
 binutils_gentoo_sparc_builder = util.BuilderConfig(
 	name="binutils-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["binutils", "gentoo", "sparc"],
         factory=binutils_factory_libctf)
 c['builders'].append(binutils_gentoo_sparc_builder)
 
 binutils_try_gentoo_sparc_builder = util.BuilderConfig(
 	name="binutils-try-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["binutils-try", "gentoo", "sparc"],
         factory=binutils_factory_libctf)
 c['builders'].append(binutils_try_gentoo_sparc_builder)
@@ -2758,14 +2760,14 @@ c['builders'].append(gdb_try_fedora_arm64_builder)
 
 gdb_gentoo_sparc_builder = util.BuilderConfig(
 	name="gdb-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["gdb", "gentoo", "sparc"],
         factory=gdb_factory)
 c['builders'].append(gdb_gentoo_sparc_builder)
 
 gdb_try_gentoo_sparc_builder = util.BuilderConfig(
 	name="gdb-try-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["gdb-try", "gentoo", "sparc"],
         factory=gdb_factory)
 c['builders'].append(gdb_try_gentoo_sparc_builder)
@@ -3123,7 +3125,7 @@ c['builders'].append(gcc_fedora_arm64_builder)
 gcc_gentoo_sparc_builder = util.BuilderConfig(
         name="gcc-gentoo-sparc",
         collapseRequests=True,
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["gcc", "gentoo", "sparc"],
         factory=gcc_build_factory)
 c['builders'].append(gcc_gentoo_sparc_builder)
@@ -3579,7 +3581,7 @@ c['builders'].append(libabigail_try_fedora_x86_64_builder)
 
 libabigail_gentoo_sparc_builder = util.BuilderConfig(
         name="libabigail-gentoo-sparc",
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["libabigail", "gentoo", "sparc64"],
         factory=libabigail_factory_checkonly)
 c['builders'].append(libabigail_gentoo_sparc_builder)
@@ -3587,7 +3589,7 @@ c['builders'].append(libabigail_gentoo_sparc_builder)
 libabigail_try_gentoo_sparc_builder = util.BuilderConfig(
         name="libabigail-try-gentoo-sparc",
         collapseRequests=True,
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["libabigail-try", "gentoo", "sparc"],
         factory=libabigail_factory_checkonly)
 c['builders'].append(libabigail_try_gentoo_sparc_builder)
@@ -3981,7 +3983,7 @@ c['builders'].append(systemtap_fedrawhide_x86_64_builder)
 systemtap_gentoo_sparc_builder = util.BuilderConfig(
         name="systemtap-gentoo-sparc",
         collapseRequests=True,
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         tags=["systemtap", "gentoo", "sparc"],
         factory=systemtap_factory)
 c['builders'].append(systemtap_gentoo_sparc_builder)
@@ -4022,7 +4024,7 @@ c['builders'].append(gnupoke_debian_i386_builder)
 gnupoke_gentoo_space_builder = util.BuilderConfig(
         name="gnupoke-gentoo-sparc",
         tags=["gnupoke", "gentoo", "sparc"],
-        workernames=["gentoo-sparc"],
+        workernames=sparc_workers,
         factory=gnupoke_factory)
 c['builders'].append(gnupoke_gentoo_space_builder)
 
-- 
2.31.1


                 reply	other threads:[~2023-01-29 15:43 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=20230129154300.124357-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=sam@gentoo.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).