From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 05B413858C53 for ; Mon, 4 Apr 2022 15:24:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 05B413858C53 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-463-c3Ma_a3vMu2FlBTlz1LqTg-1; Mon, 04 Apr 2022 11:24:43 -0400 X-MC-Unique: c3Ma_a3vMu2FlBTlz1LqTg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B7CBF96E554; Mon, 4 Apr 2022 15:24:42 +0000 (UTC) Received: from redhat.com (unknown [10.2.16.64]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B496C1111C80; Mon, 4 Apr 2022 15:24:41 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1nbOZL-000219-Ba; Mon, 04 Apr 2022 11:24:39 -0400 Date: Mon, 4 Apr 2022 11:24:39 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Mark Wielaard , Philip Herron , Sergio Durigan Junior , Julian Seward , Thomas Fitzsimmons , Dan =?iso-8859-1?Q?Hor=E1k?= Subject: Re: Moving buildbot master to sourceware Message-ID: <20220404152439.GD933@redhat.com> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2022 15:24:48 -0000 Hi - On Mon, Apr 04, 2022 at 12:02:06PM +0200, Mark Wielaard via Overseers wrote: > For several years now I have been running the buildbot master for > various sourceware projects (bzip2, debugedit, dwz, elfutils, > libabigail, valgrind and gccrs - that last one not actually on > sourceware yet, but we'll get there eventually) on > https://builder.wildebeest.org/buildbot/ > > I would like to move this officially to sourceware now [...] Why not. > The bike shed items for installing this on sourceware are: > [...] All those look fine to me. > Once setup the real work is on the projects using the buildbot to > define and coordinating with the volunteers running the buildbot > workers [...] If people are happy with a pooled trust model where all project worker/buildbot operators trust all buildbot-master admins, sure. Perhaps one can encourage further donation of buildbots by publishing instructions about how to set them up in a secure way, meaning for example that the bots can't access/hurt the donor's network. - FChE