public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: "Jose E. Marchesi" <jemarch@gnu.org>
Cc: "Arsen Arsenović" <arsen@aarsen.me>,
	buildbot@sourceware.org, poke-devel@gnu.org
Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder
Date: Wed, 23 Nov 2022 18:44:28 +0100	[thread overview]
Message-ID: <Y35b/PYp1mTan+rB@wildebeest.org> (raw)
In-Reply-To: <87ilj5zy24.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Hi Jose,

On Wed, Nov 23, 2022 at 12:53:55PM +0100, Jose E. Marchesi wrote:
> > BTW. I tried on debian-i386, but got some test failures/crashes:
> >
> > The following patch seems to fix that:
> [...] 
> I just applied that fix in master.

Thanks.

> We only develop in 64-bit, so we usually only catch these regressions
> before doing releases, when I make a point to test in 32-bit.

Lets at least add a debian-i386 builder (as attached).
Please feel free to request other arches.

> The autobuild already paid back, in a way ;)

Yes, nice. And Arsen also already fixed an dependency issue.

Cheers,

Mark

[-- Attachment #2: 0001-Add-gnupoke-debian-i386-builder.patch --]
[-- Type: text/x-diff, Size: 1416 bytes --]

From d1c46573ebba49046d6a57b281480e28903ef311 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Wed, 23 Nov 2022 18:43:00 +0100
Subject: [PATCH] Add gnupoke-debian-i386 builder

---
 builder/master.cfg | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index ba995e2..3204dcd 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -877,7 +877,8 @@ gnupoke_scheduler = schedulers.SingleBranchScheduler(
         name="gnupoke",
         change_filter=util.ChangeFilter(project="gnupoke",
                                         branch="master"),
-        builderNames=["gnupoke-debian-testing-x86_64"])
+        builderNames=["gnupoke-debian-testing-x86_64",
+                      "gnupoke-debian-i386"])
 c['schedulers'].append(gnupoke_scheduler)
 
 ####### BUILDERS
@@ -3779,6 +3780,13 @@ gnupoke_debiantesting_x86_64_builder = util.BuilderConfig(
         factory=gnupoke_factory)
 c['builders'].append(gnupoke_debiantesting_x86_64_builder)
 
+gnupoke_debian_i386_builder = util.BuilderConfig(
+        name="gnupoke-debian-i386",
+        tags=["gnupoke", "debian", "i386"],
+        workernames=debian_i386_workers,
+        factory=gnupoke_factory)
+c['builders'].append(gnupoke_debian_i386_builder)
+
 ####### BUILDBOT SERVICES
 
 # 'services' is a list of BuildbotService items like reporter targets. The
-- 
2.30.2


  reply	other threads:[~2022-11-23 17:44 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19 23:36 Arsen Arsenović
2022-11-20 11:48 ` Jose E. Marchesi
2022-11-20 12:21   ` Arsen Arsenović
2022-11-20 13:17     ` Frank Ch. Eigler
2022-11-20 14:43       ` Arsen Arsenović
2022-11-20 15:31         ` Frank Ch. Eigler
2022-11-20 16:05           ` Arsen Arsenović
2022-11-20 14:12     ` Jose E. Marchesi
2022-11-23  0:37 ` Mark Wielaard
2022-11-23 11:53   ` Jose E. Marchesi
2022-11-23 17:44     ` Mark Wielaard [this message]
2022-11-23 20:20       ` Mohammad-Reza Nabipoor
2022-11-24 12:11         ` Mark Wielaard
2022-11-28 16:48           ` Frank Ch. Eigler
2022-11-28 19:09             ` Arsen Arsenović
2022-11-28 21:53               ` Frank Ch. Eigler
2022-11-29 11:55                 ` Mohammad-Reza Nabipoor

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=Y35b/PYp1mTan+rB@wildebeest.org \
    --to=mark@klomp.org \
    --cc=arsen@aarsen.me \
    --cc=buildbot@sourceware.org \
    --cc=jemarch@gnu.org \
    --cc=poke-devel@gnu.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).