From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [80.241.56.161]) by sourceware.org (Postfix) with ESMTPS id 9D00D396D80D for ; Sun, 20 Nov 2022 12:53:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9D00D396D80D Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4NFVnX3Hvmz9sQm; Sun, 20 Nov 2022 13:53:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1668948816; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Z99h9Kp6kaRSIHhiZl1WjySWhA4aWZsyf9KV/zh1sv0=; b=jm7AMzhaC6Q9CyBk97gb6rB8fTowNkqK9vdDrQiINNhk1S7P0gSLIOCBZsEzTXGRDamJRC d3ei4xJ1RXCARZsJGaLu/La0n9o8F1pvmNtyE4UfYaCkgjv64OFUkfnbHXd3K+mGacwEsH OAav/+T3/iu/y3FLG3TzW7v+a3C4cNRP5ChnwOJ3K7NgZVhC14evYmohoY6kR+j2NOtq9A m+iOecXEC0BukvZXT/wQN8kBqpafq3xeXNLtPrEwIlFimH2t3xDGYaLNfgXVsJOhROS0fU 1ad6C1SGTZtzuakIsQJ8Kjbs241nM5/FYUnj5Z17x26aR2ry5flPRs/iYFbE/g== References: <20221119233644.911898-1-arsen@aarsen.me> <877czpalt4.fsf@gnu.org> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: "Jose E. Marchesi" Cc: Arsen =?utf-8?Q?Arsenovi=C4=87?= via poke-devel , buildbot@sourceware.org, positron@gnu.org Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder Date: Sun, 20 Nov 2022 13:21:31 +0100 In-reply-to: <877czpalt4.fsf@gnu.org> Message-ID: <86edtxvlbn.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, "Jose E. Marchesi" writes: > Hi Arsen. > Thank you so much for working on this. Happy to help! :) > Regarding CPUs, Jitter is quite sensible to them when run in > non-threaded mode, so it is a good thing to test on them in order to > detect issues before releases. > > For example, we had several problems with (if I remember properly) arm > 32-bit and some other arch with poke 2.0. > > Mohammad and Luca may have particular suggestions.. Sure, let's wait for them to chime in. > As discussed in IRC, this is the script that Bruno uses in the gitlab > CI. I think replicating it may be good: > > https://gitlab.com/gnu-poke/ci-distcheck OK, looking at this, I think we could have: =2D One builder that runs distcheck and saves the resulting tar(s), and =2D N builders for each arch/distro combo we want to run on, that just run make check and save the result (like the patch already would). That *could* also involve multilib, though I think an i686 runner would be equivalent but less complicated? Not sure. That'd (AFAICT) replicate the behavior of current CI, save for optional packages. We could re-run configuration without those, too. I think config.log should cover all the useful information config.status and config.cache contains, so maybe we could also omit saving those? WDYT? Have a good day. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCY3ojTF8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTahMA/2KfafbBP2yjIk/dTE9Pz/od4n3wWn/gDK2a 96feKBD/AQCBBCvjr7FBlCOClw6vcr0FuxcYYwJc7R7qg72sY7p+AA== =9OK4 -----END PGP SIGNATURE----- --=-=-=--