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: [COMMITTED] Add collapseRequests=True to all debian-armhf and debian-arm64 builders
Date: Tue, 28 Jun 2022 00:59:33 +0200	[thread overview]
Message-ID: <20220627225933.39969-1-mark@klomp.org> (raw)

The debian-armhf and debian-arm64 are too slow. Add
collapseRequests=True to all builders using those workers so they
don't fall behind.
---
 builder/master.cfg | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index fa53ecb..c1bad9f 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -817,6 +817,7 @@ bzip2_debian_arm64_builder = util.BuilderConfig(
         name="bzip2-debian-arm64",
         workernames=["debian-arm64"],
         tags=["bzip2", "debian", "arm64"],
+        collapseRequests=True,
         factory=bzip2_factory_no_valgrind)
 c['builders'].append(bzip2_debian_arm64_builder)
 
@@ -842,6 +843,7 @@ 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)
 
@@ -926,6 +928,7 @@ debugedit_debian_arm64_builder = util.BuilderConfig(
         name="debugedit-debian-arm64",
         workernames=["debian-arm64"],
         tags=["debugedit", "debian", "arm64"],
+        collapseRequests=True,
         factory=debugedit_factory)
 c['builders'].append(debugedit_debian_arm64_builder)
 
@@ -951,6 +954,7 @@ 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)
 
@@ -1033,6 +1037,7 @@ dwz_debian_arm64_builder = util.BuilderConfig(
         name="dwz-debian-arm64",
         workernames=["debian-arm64"],
         tags=["dwz", "debian", "arm64"],
+        collapseRequests=True,
         factory=dwz_factory)
 c['builders'].append(dwz_debian_arm64_builder)
 
@@ -1058,6 +1063,7 @@ 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)
 
@@ -1232,6 +1238,7 @@ elfutils_debian_arm64_builder = util.BuilderConfig(
         name="elfutils-debian-arm64",
         workernames=["debian-arm64"],
         tags=["elfutils", "debian", "arm64"],
+        collapseRequests=True,
         factory=elfutils_factory_val)
 c['builders'].append(elfutils_debian_arm64_builder)
 
@@ -1257,6 +1264,7 @@ 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)
 
@@ -1603,6 +1611,7 @@ binutils_debian_armhf_builder = util.BuilderConfig(
 	name="binutils-debian-armhf",
         workernames=["debian-armhf"],
         tags=["binutils", "debian", "armhf"],
+        collapseRequests=True,
         factory=binutils_factory)
 c['builders'].append(binutils_debian_armhf_builder)
 
@@ -1610,6 +1619,7 @@ binutils_debian_arm64_builder = util.BuilderConfig(
 	name="binutils-debian-arm64",
         workernames=["debian-arm64"],
         tags=["binutils", "debian", "arm64"],
+        collapseRequests=True,
         factory=binutils_factory)
 c['builders'].append(binutils_debian_arm64_builder)
 
@@ -1854,6 +1864,7 @@ gdb_debian_armhf_builder = util.BuilderConfig(
 	name="gdb-debian-armhf",
         workernames=["debian-armhf"],
         tags=["gdb", "debian", "armhf"],
+        collapseRequests=True,
         factory=gdb_factory_make_only)
 c['builders'].append(gdb_debian_armhf_builder)
 
@@ -1861,6 +1872,7 @@ gdb_debian_arm64_builder = util.BuilderConfig(
 	name="gdb-debian-arm64",
         workernames=["debian-arm64"],
         tags=["gdb", "debian", "arm64"],
+        collapseRequests=True,
         factory=gdb_factory)
 c['builders'].append(gdb_debian_arm64_builder)
 
@@ -2240,6 +2252,7 @@ libabigail_debian_arm64_builder = util.BuilderConfig(
         name="libabigail-debian-arm64",
         workernames=["debian-arm64"],
         tags=["libabigail", "debian", "arm64"],
+        collapseRequests=True,
         factory=libabigail_factory_checkonly)
 c['builders'].append(libabigail_debian_arm64_builder)
 
@@ -2272,6 +2285,7 @@ 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)
 
@@ -2369,6 +2383,7 @@ valgrind_debian_arm64_builder = util.BuilderConfig(
         name="valgrind-debian-arm64",
         workernames=["debian-arm64"],
         tags=["valgrind", "debian", "arm64"],
+        collapseRequests=True,
         factory=valgrind_make_check_aux_factory)
 c['builders'].append(valgrind_debian_arm64_builder)
 
@@ -2383,6 +2398,7 @@ 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)
 
-- 
2.30.2


                 reply	other threads:[~2022-06-27 22: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=20220627225933.39969-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).