From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id FLFdNNAG8F5ZdAAA0tVLHw (envelope-from ) for ; Mon, 22 Jun 2020 01:18:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0JkVMNAG8F4GZQAAB5/wlQ (envelope-from ) for ; Mon, 22 Jun 2020 01:18:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1CB72940990 for ; Mon, 22 Jun 2020 01:18:08 +0000 (UTC) Received: from localhost ([::1]:38362 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnB65-0000qC-RX for larch@yhetil.org; Sun, 21 Jun 2020 21:18:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnB62-0000pw-8e for guix-patches@gnu.org; Sun, 21 Jun 2020 21:18:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49641) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnB61-0006un-W0 for guix-patches@gnu.org; Sun, 21 Jun 2020 21:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jnB61-0003MM-RE for guix-patches@gnu.org; Sun, 21 Jun 2020 21:18:01 -0400 Subject: bug#41828: [PATCH 0/2] Branching and rebuilding strategy changes Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 22 Jun 2020 01:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41828 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41828-done@debbugs.gnu.org Mail-Followup-To: 41828@debbugs.gnu.org, marius@gnu.org, marius@gnu.org Received: via spool by 41828-done@debbugs.gnu.org id=D41828.159278864912869 (code D ref 41828); Mon, 22 Jun 2020 01:18:01 +0000 Received: (at 41828-done) by debbugs.gnu.org; 22 Jun 2020 01:17:29 +0000 Received: from localhost ([127.0.0.1]:32953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnB5U-0003LV-Qd for submit@debbugs.gnu.org; Sun, 21 Jun 2020 21:17:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnB5Q-0003LG-Nv for 41828-done@debbugs.gnu.org; Sun, 21 Jun 2020 21:17:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33184) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnB5L-0006st-HU for 41828-done@debbugs.gnu.org; Sun, 21 Jun 2020 21:17:19 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:40530 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnB5L-00007o-17 for 41828-done@debbugs.gnu.org; Sun, 21 Jun 2020 21:17:19 -0400 From: Marius Bakke In-Reply-To: <20200612143104.13986-1-marius@gnu.org> References: <20200612143104.13986-1-marius@gnu.org> Date: Mon, 22 Jun 2020 03:17:16 +0200 Message-ID: <87o8pbdhlv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.61 X-TUID: gwV/pUMET+X2 --=-=-= Content-Type: text/plain Marius Bakke writes: > This pull request adds a reduced 'staging' jobset to Cuirass, to > prevent needless rebuilds outside of the freeze cycles. > > It also adjusts the documentation to more closely match the current > staging and core-updates practices. > > Marius Bakke (2): > ci: Add a 'staging' jobset. > doc: Adjust branching and rebuilding strategy to match reality. I decided to scrap patch 1/2 in this series. Partly because it would not work as-is, and partly because I got another idea: instead of the reduced jobset, we can limit it to x86_64 only. That way we get substitutes for developers, but avoid the expensive and often needless rebuilds on other architectures. I will be doing that from here on in between freeze cycles. The other patch was pushed in bb9a99e6571c492d30f95c5b51ead6861d1dc098. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7wBpwACgkQoqBt8qM6 VPqOKAf/YgZd2Fh+NHiOX43dlHyZU7BeMSmwGFMF10yVzjlQws2qKIYVd2bikNxB Z1Whlvo7qOAViVuR0IL2F4eD7Z5ylHhAUgtLdEQFySOnsSZ9yL3bCrGSwwTkgC0D 4iDBpRyhBU3gtt9I4Mop7YznIeTrxmLehzNRjWSftPB8t+WOnOB2AuS4wGNDykUa oVwbUf5i6nWkNU5OUax4k2y96WYxz6lj6Uu/NwwZanpfUWCk3SPuO9KT34PeLnqg Ez2LrMN4xfmTlsxyrVWvKLXeO33PdLIKeJ+IfXK1h4s4cKWeRh9GzLFXBjaExOf+ Ovurv7vj+MRQXn7sBaIG0HSv/uxdkA== =Ro+G -----END PGP SIGNATURE----- --=-=-=--