From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGVgl-0008Vp-3n for qemu-devel@nongnu.org; Thu, 20 Feb 2014 10:37:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGVgY-0005WK-Gj for qemu-devel@nongnu.org; Thu, 20 Feb 2014 10:37:27 -0500 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:38459 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGVgY-0005Vx-20 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 10:37:14 -0500 Received: from localhost ([127.0.0.1] helo=zen.linaro.local) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1WGVgX-0005L9-3u for qemu-devel@nongnu.org; Thu, 20 Feb 2014 16:37:13 +0100 From: alex.bennee@linaro.org Date: Thu, 20 Feb 2014 15:37:12 +0000 Message-Id: <1392910636-17338-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 0/4] Updates for Travis testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-) Cheers, -- Alex Bennée QEMU/KVM Hacker for Linaro