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] glibc-debian-i386: Run full make check
Date: Tue, 20 Feb 2024 00:30:59 +0100	[thread overview]
Message-ID: <20240219233059.2005205-1-mark@klomp.org> (raw)

We have multiple (2) debian-i386 builders. We can use one to do full
glibc build checks. Since this can take more than 30 minutes collapse
the builds.

Also use debian-i386-2 only for gcc builds. All other builders can use
either.
---
 builder/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index dfa915f..fbe6ffb 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3604,7 +3604,7 @@ c['builders'].append(gcc_gentoo_sparc_builder)
 gcc_debian_i386_builder = util.BuilderConfig(
         name="gcc-debian-i386",
         collapseRequests=True,
-        workernames=["debian-i386"],
+        workernames=["debian-i386-2"], # Note only uses debian-i386-2
         tags=["gcc", "debian", "i386"],
         factory=gcc_build_factory)
 c['builders'].append(gcc_debian_i386_builder)
@@ -3828,9 +3828,9 @@ c['builders'].append(glibc_osuosl_debian_arm64_builder)
 glibc_debian_i386_builder = util.BuilderConfig(
         name="glibc-debian-i386",
         collapseRequests=True,
-        workernames=["debian-i386"],
+        workernames=["debian-i386"], # note only uses debian-i386-1
         tags=["glibc", "debian", "i386"],
-        factory=glibc_build_factory)
+        factory=glibc_factory)
 c['builders'].append(glibc_debian_i386_builder)
 
 glibc_fedora_s390x_builder = util.BuilderConfig(
-- 
2.39.3


                 reply	other threads:[~2024-02-19 23:31 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=20240219233059.2005205-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).