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] Disable debian-armhf worker
Date: Sun,  3 Dec 2023 21:59:21 +0100	[thread overview]
Message-ID: <20231203205921.3464676-1-mark@klomp.org> (raw)

The debian-armhf board seems to be offline for now.
---
 builder/master.cfg | 177 +++++++++++++++++++++++----------------------
 1 file changed, 89 insertions(+), 88 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 04c54da..81f4ae9 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -513,7 +513,7 @@ elfutils_scheduler = schedulers.SingleBranchScheduler(
                       "elfutils-debian-testing-x86_64",
                       "elfutils-debian-amd64",
                       "elfutils-debian-i386",
-                      "elfutils-debian-armhf",
+#                      "elfutils-debian-armhf",
                       "elfutils-fedora-s390x",
                       "elfutils-debian-ppc64",
                       "elfutils-fedora-ppc64le",
@@ -536,7 +536,7 @@ elfutils_try_scheduler = schedulers.AnyBranchScheduler(
                       "elfutils-try-debian-testing-x86_64",
                       "elfutils-try-debian-amd64",
                       "elfutils-try-debian-i386",
-                      "elfutils-try-debian-armhf",
+#                      "elfutils-try-debian-armhf",
                       "elfutils-try-fedora-s390x",
                       "elfutils-try-debian-ppc64",
                       "elfutils-try-fedora-ppc64le",
@@ -569,7 +569,7 @@ libabigail_scheduler = schedulers.SingleBranchScheduler(
                       "libabigail-debian-testing-x86_64",
                       "libabigail-debian-amd64",
                       "libabigail-debian-i386",
-                      "libabigail-debian-armhf",
+#                      "libabigail-debian-armhf",
                       "libabigail-fedora-s390x",
                       "libabigail-debian-ppc64",
                       "libabigail-fedora-ppc64le",
@@ -592,7 +592,7 @@ libabigail_try_scheduler = schedulers.AnyBranchScheduler(
                       "libabigail-try-debian-testing-x86_64",
                       "libabigail-try-debian-amd64",
                       "libabigail-try-debian-i386",
-                      "libabigail-try-debian-armhf",
+#                      "libabigail-try-debian-armhf",
                       "libabigail-try-fedora-s390x",
                       "libabigail-try-debian-ppc64",
                       "libabigail-try-fedora-ppc64le",
@@ -624,7 +624,7 @@ dwz_scheduler = schedulers.SingleBranchScheduler(
                       "dwz-debian-testing-x86_64",
                       "dwz-debian-amd64",
                       "dwz-debian-i386",
-                      "dwz-debian-armhf",
+#                      "dwz-debian-armhf",
                       "dwz-fedora-s390x",
                       "dwz-debian-ppc64",
                       "dwz-fedora-ppc64le",
@@ -654,7 +654,7 @@ bzip2_scheduler = schedulers.SingleBranchScheduler(
                       "bzip2-debian-testing-x86_64",
                       "bzip2-debian-amd64",
                       "bzip2-debian-i386",
-                      "bzip2-debian-armhf",
+#                      "bzip2-debian-armhf",
                       "bzip2-fedora-s390x",
                       "bzip2-debian-ppc64",
                       "bzip2-fedora-ppc64le",
@@ -670,7 +670,7 @@ valgrind_scheduler = schedulers.SingleBranchScheduler(
         builderNames=["valgrind-fedora-x86_64",
                       "valgrind-rawhide-x86_64",
                       "valgrind-debian-testing-x86_64",
-                      "valgrind-debian-armhf",
+#                      "valgrind-debian-armhf",
                       "valgrind-debian-i386",
                       "valgrind-ibm-power9",
                       "valgrind-ibm-power10",
@@ -688,7 +688,8 @@ valgrind_try_scheduler = schedulers.AnyBranchScheduler(
         change_filter=util.ChangeFilter(project="valgrind",
                                         branch_re=re.compile("users/[a-zA-Z0-9]+/try-")),
         reason="valgrind project user try branch branch update",
-        builderNames=["valgrind-try-debian-armhf",
+        builderNames=[
+#                      "valgrind-try-debian-armhf",
                       "valgrind-try-debian-i386",
                       "valgrind-try-ibm-power9",
                       "valgrind-try-fedora-x86_64",
@@ -725,7 +726,7 @@ debugedit_scheduler = schedulers.SingleBranchScheduler(
                       "debugedit-debian-testing-x86_64",
                       "debugedit-debian-amd64",
                       "debugedit-debian-i386",
-                      "debugedit-debian-armhf",
+#                      "debugedit-debian-armhf",
                       "debugedit-fedora-s390x",
                       "debugedit-debian-ppc64",
                       "debugedit-fedora-ppc64le",
@@ -805,7 +806,7 @@ binutils_scheduler = schedulers.SingleBranchScheduler(
                       "binutils-debian-testing-x86_64",
                       "binutils-fedora-s390x",
                       "binutils-debian-ppc64",
-                      "binutils-debian-armhf",
+#                      "binutils-debian-armhf",
                       "binutils-fedora-arm64",
                       "binutils-gentoo-sparc",
                       "binutils-debian-i386",
@@ -874,7 +875,7 @@ gdb_scheduler = schedulers.SingleBranchScheduler(
                       "gdb-fedora-sanitize-x86_64",
                       "gdb-rawhide-x86_64",
                       "gdb-debian-testing-x86_64",
-                      "gdb-debian-armhf",
+#                      "gdb-debian-armhf",
                       "gdb-fedora-arm64",
                       "gdb-gentoo-sparc",
                       "gdb-debian-i386",
@@ -1426,13 +1427,13 @@ bzip2_debian_amd64_builder = util.BuilderConfig(
         factory=bzip2_factory_no_valgrind)
 c['builders'].append(bzip2_debian_amd64_builder)
 
-bzip2_debian_armhf_builder = util.BuilderConfig(
-        name="bzip2-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["bzip2", "debian", "armhf"],
-        collapseRequests=True,
-        factory=bzip2_factory_no_valgrind)
-c['builders'].append(bzip2_debian_armhf_builder)
+#bzip2_debian_armhf_builder = util.BuilderConfig(
+#        name="bzip2-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["bzip2", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=bzip2_factory_no_valgrind)
+#c['builders'].append(bzip2_debian_armhf_builder)
 
 bzip2_debian_i386_builder = util.BuilderConfig(
         name="bzip2-debian-i386",
@@ -1562,13 +1563,13 @@ debugedit_debian_amd64_builder = util.BuilderConfig(
         factory=debugedit_factory)
 c['builders'].append(debugedit_debian_amd64_builder)
 
-debugedit_debian_armhf_builder = util.BuilderConfig(
-        name="debugedit-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["debugedit", "debian", "armhf"],
-        collapseRequests=True,
-        factory=debugedit_factory)
-c['builders'].append(debugedit_debian_armhf_builder)
+#debugedit_debian_armhf_builder = util.BuilderConfig(
+#        name="debugedit-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["debugedit", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=debugedit_factory)
+#c['builders'].append(debugedit_debian_armhf_builder)
 
 debugedit_debian_i386_builder = util.BuilderConfig(
         name="debugedit-debian-i386",
@@ -1704,13 +1705,13 @@ dwz_debian_amd64_builder = util.BuilderConfig(
         factory=dwz_factory)
 c['builders'].append(dwz_debian_amd64_builder)
 
-dwz_debian_armhf_builder = util.BuilderConfig(
-        name="dwz-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["dwz", "debian", "armhf"],
-        collapseRequests=True,
-        factory=dwz_factory)
-c['builders'].append(dwz_debian_armhf_builder)
+#dwz_debian_armhf_builder = util.BuilderConfig(
+#        name="dwz-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["dwz", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=dwz_factory)
+#c['builders'].append(dwz_debian_armhf_builder)
 
 dwz_debian_i386_builder = util.BuilderConfig(
         name="dwz-debian-i386",
@@ -2101,21 +2102,21 @@ elfutils_try_debian_amd64_builder = util.BuilderConfig(
         factory=elfutils_factory_mvu)
 c['builders'].append(elfutils_try_debian_amd64_builder)
 
-elfutils_debian_armhf_builder = util.BuilderConfig(
-        name="elfutils-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["elfutils", "debian", "armhf"],
-        collapseRequests=True,
-        factory=elfutils_factory_mua)
-c['builders'].append(elfutils_debian_armhf_builder)
+#elfutils_debian_armhf_builder = util.BuilderConfig(
+#        name="elfutils-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["elfutils", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=elfutils_factory_mua)
+#c['builders'].append(elfutils_debian_armhf_builder)
 
-elfutils_try_debian_armhf_builder = util.BuilderConfig(
-        name="elfutils-try-debian-armhf",
-        collapseRequests=True,
-        workernames=["debian-armhf"],
-        tags=["elfutils-try", "debian", "armhf"],
-        factory=elfutils_factory_mua)
-c['builders'].append(elfutils_try_debian_armhf_builder)
+#elfutils_try_debian_armhf_builder = util.BuilderConfig(
+#        name="elfutils-try-debian-armhf",
+#        collapseRequests=True,
+#        workernames=["debian-armhf"],
+#        tags=["elfutils-try", "debian", "armhf"],
+#        factory=elfutils_factory_mua)
+#c['builders'].append(elfutils_try_debian_armhf_builder)
 
 elfutils_debian_i386_builder = util.BuilderConfig(
         name="elfutils-debian-i386",
@@ -2669,13 +2670,13 @@ binutils_debian_ppc64_builder = util.BuilderConfig(
         factory=binutils_factory)
 c['builders'].append(binutils_debian_ppc64_builder)
 
-binutils_debian_armhf_builder = util.BuilderConfig(
-	name="binutils-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["binutils", "debian", "armhf"],
-        collapseRequests=True,
-        factory=binutils_factory_gas_binutils)
-c['builders'].append(binutils_debian_armhf_builder)
+#binutils_debian_armhf_builder = util.BuilderConfig(
+#	name="binutils-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["binutils", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=binutils_factory_gas_binutils)
+#c['builders'].append(binutils_debian_armhf_builder)
 
 binutils_fedora_arm64_builder = util.BuilderConfig(
 	name="binutils-fedora-arm64",
@@ -3091,13 +3092,13 @@ gdb_try_fedora_x86_64_sanitize_builder = util.BuilderConfig(
         factory=gdb_factory_sanitize)
 c['builders'].append(gdb_try_fedora_x86_64_sanitize_builder)
 
-gdb_debian_armhf_builder = util.BuilderConfig(
-	name="gdb-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["gdb", "debian", "armhf"],
-        collapseRequests=True,
-        factory=gdb_32_factory_make_only)
-c['builders'].append(gdb_debian_armhf_builder)
+#gdb_debian_armhf_builder = util.BuilderConfig(
+#	name="gdb-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["gdb", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=gdb_32_factory_make_only)
+#c['builders'].append(gdb_debian_armhf_builder)
 
 gdb_fedora_arm64_builder = util.BuilderConfig(
 	name="gdb-fedora-arm64",
@@ -4007,21 +4008,21 @@ libabigail_try_debian_i386_builder = util.BuilderConfig(
         factory=libabigail_factory_checkonly)
 c['builders'].append(libabigail_try_debian_i386_builder)
 
-libabigail_debian_armhf_builder = util.BuilderConfig(
-        name="libabigail-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["libabigail", "debian", "armhf"],
-        collapseRequests=True,
-        factory=libabigail_factory_checkonly)
-c['builders'].append(libabigail_debian_armhf_builder)
+#libabigail_debian_armhf_builder = util.BuilderConfig(
+#        name="libabigail-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["libabigail", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=libabigail_factory_checkonly)
+#c['builders'].append(libabigail_debian_armhf_builder)
 
-libabigail_try_debian_armhf_builder = util.BuilderConfig(
-        name="libabigail-try-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["libabigail-try", "debian", "armhf"],
-        collapseRequests=True,
-        factory=libabigail_factory_checkonly)
-c['builders'].append(libabigail_try_debian_armhf_builder)
+#libabigail_try_debian_armhf_builder = util.BuilderConfig(
+#        name="libabigail-try-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["libabigail-try", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=libabigail_factory_checkonly)
+#c['builders'].append(libabigail_try_debian_armhf_builder)
 
 libabigail_fedora_s390x_builder = util.BuilderConfig(
         name="libabigail-fedora-s390x",
@@ -4281,21 +4282,21 @@ valgrind_try_debian_i386_builder = util.BuilderConfig(
         factory=valgrind_make_check_aux_factory)
 c['builders'].append(valgrind_try_debian_i386_builder)
 
-valgrind_debian_armhf_builder = util.BuilderConfig(
-        name="valgrind-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["valgrind", "debian", "armhf"],
-        collapseRequests=True,
-        factory=valgrind_make_aux_factory)
-c['builders'].append(valgrind_debian_armhf_builder)
+#valgrind_debian_armhf_builder = util.BuilderConfig(
+#        name="valgrind-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["valgrind", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=valgrind_make_aux_factory)
+#c['builders'].append(valgrind_debian_armhf_builder)
 
-valgrind_try_debian_armhf_builder = util.BuilderConfig(
-        name="valgrind-try-debian-armhf",
-        workernames=["debian-armhf"],
-        tags=["valgrind-try", "debian", "armhf"],
-        collapseRequests=True,
-        factory=valgrind_make_aux_factory)
-c['builders'].append(valgrind_try_debian_armhf_builder)
+#valgrind_try_debian_armhf_builder = util.BuilderConfig(
+#        name="valgrind-try-debian-armhf",
+#        workernames=["debian-armhf"],
+#        tags=["valgrind-try", "debian", "armhf"],
+#        collapseRequests=True,
+#        factory=valgrind_make_aux_factory)
+#c['builders'].append(valgrind_try_debian_armhf_builder)
 
 valgrind_fedora_s390x_builder = util.BuilderConfig(
         name="valgrind-fedora-s390x",
-- 
2.39.3


                 reply	other threads:[~2023-12-03 20:59 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=20231203205921.3464676-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).