From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id C330938356B9 for ; Thu, 26 May 2022 08:40:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C330938356B9 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 061E0219E3; Thu, 26 May 2022 08:40:57 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E656013B05; Thu, 26 May 2022 08:40:56 +0000 (UTC) Received: from dovecot-director1.suse.de ([192.168.254.64]) by imap2.suse-dmz.suse.de with ESMTPSA id ba0mNxg9j2K6XQAAMHmgww (envelope-from ); Thu, 26 May 2022 08:40:56 +0000 Message-ID: <745ec640-0335-9ba8-5605-6c5f2578d551@suse.cz> Date: Thu, 26 May 2022 10:40:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] buildbot: come up with vm_workers variable Content-Language: en-US To: Mark Wielaard Cc: Overseers mailing list References: <6dcf5795-a9cb-24d5-8ef7-9e862b6f0f7d@suse.cz> <809aa81709d0f431d79af3db7f0b1b5b7b767c31.camel@klomp.org> <3539a7b4-82b7-e6e7-4c84-04703cd9628c@suse.cz> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Thu, 26 May 2022 08:40:59 -0000 On 5/25/22 23:24, Mark Wielaard wrote: > Hi Martin, > > On Wed, May 25, 2022 at 10:00:09PM +0200, Martin Liška wrote: >> Btw. can one somehow run the master.cfg validation locally? > > Yes! And it is even documented in the README: > > = Local hacking > > buildbot runs in a python virtual environment that can be replicated > locally: > > - python3 -m venv buildbot-env > - source buildbot-env/bin/activate > - python3 -m pip install -r buildbot.requirements > > [ ... ] > > Create a local buildbot-master: > > - buildbot create-master builder > > You will also need a ~/buildbot.config file which contains the > passwords for workers and users. You can use the > buildbot.config.sample file for that. DO NOT USE AS IS! Change the > password 'frob' to something real so local users and workers cannot > connect to your local buildbot (if there are other local users and/or > no firewall). > > Now after changing master.cfg you can run: > > - buildbot checkconfig builder Works for me, thanks for sharing the knowledge. Cheers, Martin > > Cheers, > > Mark >