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 97B7B3858D33; Thu, 28 Jul 2022 15:26:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 97B7B3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 92ECA303C3D5; Thu, 28 Jul 2022 17:26:58 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 52470413CBBB; Thu, 28 Jul 2022 17:26:58 +0200 (CEST) Message-ID: <6ede082a119413f3f7bacdd2c9a9b358473c1fcb.camel@klomp.org> Subject: buildbot users try branch builders for elfutils From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: buildbot@sourceware.org Date: Thu, 28 Jul 2022 17:26:58 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2022 15:27:00 -0000 Hi, I setup git users try branches for elfutils. If you have commit access to elfutils.git you can now push to a users//try-xxx branch and the buildbot will do builds and sent you (the commit author) email about the results. The builds are also visible at: https://builder.sourceware.org/buildbot/#/builders?tags=3Delfutils-try My workflow to use this looks like: - git checkout -b ar_size - hack, hack, hack... OK, looks good to submit - git commit -a -m "Now who got an ar_size?" - git push origin ar_size:users/mark/try-ar_size - ... wait for the emails to come in or watch buildbot logs ... - Send in patches and mention what the try bot reported (OK, I sent in the patch first, but you can reply to your original patch submission or in bugzilla what the try results were) After your patches have been accepted you can delete the branch again: - git push origin :users/mark/try-ar_size Please use this only for patches you intend to submit and think are ready but want to double check. Use the GCC Compile Farm machines if you need to hack edit/compile/debug on a specific architecture. https://cfarm.tetaneutral.net/ But if you really need access to one of the buildbot machines for investigating an issue, please contact buildbot@sourceware.org. The try builders also upload logs to the bunsendb. And so are visible here https://builder.sourceware.org/testruns/ See also the bunsen upload step in the try-build to get an URL to the bunsen result for that specific build. Please sent feedback (bad or good) to buildbot@sourceware.org Cheers, Mark