From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id F19B63858C62 for ; Tue, 23 Apr 2024 21:19:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F19B63858C62 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org F19B63858C62 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713907170; cv=none; b=Bsq/DQJAA55C1zI20YPL3b+1kLF9uZ9eW8fuYirkqbCZ6DnlUvTMtNjNNLDhkMIh56uNX6zoK5ad4zxW++BYi5i3M0wrWJ6nVpAFsFdfwmzaGqlkErJKlxExlp4SYWn7bJybDbc+bN8JvwWxTwdLUdjujLavkLVN3SSaule4Uug= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713907170; c=relaxed/simple; bh=wZFojQQylviDdAMuGWiw26O3ltVwZlXJPeuGEUYaf5s=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=C19INx4rwRMKSpbVrdURBDFK+UiBrMJfNTA6NSCY4VAEeqQm+3HrxxCIZpdRI8mVZb/JPrGyOyqwZ7VUNLOx8gLCyfyzz7a1HdXukPirGhuA3gpGx3gEtfjmZJ32zhFMGQnbPZXGnD0h05noH78lxdN9qx+235Mhkbz/bCOb4MM= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id DBFF83000589; Tue, 23 Apr 2024 23:19:25 +0200 (CEST) Date: Tue, 23 Apr 2024 23:19:25 +0200 From: Mark Wielaard To: Serhei Makarov Cc: buildbot@sourceware.org Subject: Re: [PATCH] Add full roster of fedora/rhel/centos-stream stap workers and builders Message-ID: <20240423211925.GE28568@gnu.wildebeest.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-8.8 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,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: Hi Serhei, On Tue, Apr 23, 2024 at 04:56:58PM -0400, Serhei Makarov wrote: > The full set of buildbots will take a bit more time to bring up, > but I'm sending them in one patch now for simplicity's sake. > --- > buildbot.config.sample | 7 +++ > builder/master.cfg | 130 ++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 134 insertions(+), 3 deletions(-) > > diff --git a/buildbot.config.sample b/buildbot.config.sample > index 10ff37c..1f6304d 100644 > --- a/buildbot.config.sample > +++ b/buildbot.config.sample > @@ -33,6 +33,13 @@ starfive-2=frob > starfive-3=frob > starfive-4=frob > stap-fedrawhide-x86_64=frob > +stap-fedora41-x86_64=frob > +stap-fedora40-x86_64=frob > +stap-fedora39-x86_64=frob So 41 is current rawhide, 40 is the latest stable fedora release and 39 is old stable. Would it make sense to name "rawhide", "fedora-latest" and "fedora-old-stable" or something like that? Then you don't have to rename them every few months. The x86_64 containers are called debian-stable, debian-testing, fedora-rawhide and fedora-latest. Cheers, Mark