From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHxem-00036j-Dr for qemu-devel@nongnu.org; Mon, 24 Feb 2014 10:41:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHxeh-0005Yz-2C for qemu-devel@nongnu.org; Mon, 24 Feb 2014 10:41:24 -0500 Received: from mail-bk0-x22f.google.com ([2a00:1450:4008:c01::22f]:40680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHxeg-0005Yr-Qc for qemu-devel@nongnu.org; Mon, 24 Feb 2014 10:41:18 -0500 Received: by mail-bk0-f47.google.com with SMTP id w10so266343bkz.6 for ; Mon, 24 Feb 2014 07:41:17 -0800 (PST) Date: Mon, 24 Feb 2014 16:41:14 +0100 From: Stefan Hajnoczi Message-ID: <20140224154114.GF23185@stefanha-thinkpad.hitronhub.home> References: <1392910636-17338-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1392910636-17338-1-git-send-email-alex.bennee@linaro.org> Subject: Re: [Qemu-devel] [PATCH v1 0/4] Updates for Travis testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex.bennee@linaro.org Cc: qemu-devel@nongnu.org On Thu, Feb 20, 2014 at 03:37:12PM +0000, alex.bennee@linaro.org wrote: > From: Alex Bennée > > Hi, > > I've now enabled Travis testing on the "official" QEMU GitHub mirror. > > Of the following patches two expand the testing, one is a cosmetic > whitespace fix and the final one enabled IRC notification when the > build fails. This is potentially controversial but on balance I think > it would be worth while letting #qemu know as soon as master breaks. > If lots of people start enabling Travis on there own repos then maybe > we would reconsider the notification idea. > > As it is build failures should automatically email the author of > ${HEAD} as well as the owner of the repo. > > There has been interest expressed in running tests on all PULL > requests. One option would be to have some sort of bot (via > patchwork?) push PULL request heads to another GitHub mirror > (qemu-pull-requests.git?) to trigger builds. > > > Alex Bennée (4): > .travis.yml: add a new build target with non-core devlibs > .travis.yml: re-enable lttng user space trace test > .travis.yml: trivial whitespace fixup > .travis.yml: add IRC notifications for build failures > > .travis.yml | 53 +++++++++++++++++++++++++++++++---------------------- > 1 file changed, 31 insertions(+), 22 deletions(-) Reviewed-by: Stefan Hajnoczi Regarding IRC spamming, I think this is okay for now. If it becomes more annoying than helpful (e.g. too many people pushing broken builds onto GitHub) then we can always change .travis.yml.