public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: pjfloyd@wanadoo.fr, Mark Wielaard <mark@klomp.org>
Subject: [PATCH] collapseRequests for valgrind-try-{fedora,debian}-{i386,x86_64}
Date: Fri,  5 May 2023 13:37:08 +0200	[thread overview]
Message-ID: <20230505113708.1160143-1-mark@klomp.org> (raw)

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

diff --git a/builder/master.cfg b/builder/master.cfg
index d7896df..98f0e01 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -4144,6 +4144,7 @@ valgrind_try_fedora_x86_64_builder = util.BuilderConfig(
 		    readContainerFile('fedora-latest')},
 	workernames=vm_workers,
         tags=["valgrind-try", "fedora", "x86_64"],
+        collapseRequests=True,
         factory=valgrind_dist_factory)
 c['builders'].append(valgrind_try_fedora_x86_64_builder)
 
@@ -4181,6 +4182,7 @@ valgrind_try_debian_i386_builder = util.BuilderConfig(
         name="valgrind-try-debian-i386",
         workernames=debian_i386_workers,
         tags=["valgrind-try", "debian", "i386"],
+        collapseRequests=True,
         factory=valgrind_make_check_aux_factory)
 c['builders'].append(valgrind_try_debian_i386_builder)
 
-- 
2.40.0


                 reply	other threads:[~2023-05-05 11:37 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=20230505113708.1160143-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=pjfloyd@wanadoo.fr \
    /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).