From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 31 13:23:09 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C21A5EA for ; Tue, 31 Dec 2013 13:23:09 +0000 (UTC) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC687116E for ; Tue, 31 Dec 2013 13:23:08 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id y6so6246848lbh.33 for ; Tue, 31 Dec 2013 05:23:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=fEY6mFN8gHQJT0Xq6nCkceGzranI9V3cv8r0pU8DH9E=; b=Fz1SKqLr8lco0qJpIsO75+ZvXFnikhh/62IfGXT71tfEBn0swr/Han+aZsjhYFW1TK 53E5gRaTe9O+eSWkMtZ4naQkIylVhpRQHCGPp2T5D4XDrTiUhefLV0x9T35aY5Z9qtT5 MvGz3O7NfWuZL/efXMq51MONjYAmmN2JNyNx/2qJ8dICk6lzOADab6LVXR0ghuhaJ785 PA4ehPQaa/a+D2RKAEWydx0twJgMvXJxPJt+cO7DzqpJyA8IIoai37XFO9S0VyaTc858 G5dHvOOSOPmUs+dhtjb36mXso6/EOL/9wzIIMgErm2TSrInb7oyDMkU96J9S8U2cukpZ gLJw== X-Gm-Message-State: ALoCoQkXkLqkkfFBB7up+x7A+5LgRg6ouODQkFP6LC0oy1s+mDzBMVpAroMrBnFVVLps05u9G/PT X-Received: by 10.152.225.129 with SMTP id rk1mr18265lac.74.1388496180919; Tue, 31 Dec 2013 05:23:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.129.101 with HTTP; Tue, 31 Dec 2013 05:22:40 -0800 (PST) X-Originating-IP: [108.176.158.82] From: Julio Merino Date: Tue, 31 Dec 2013 08:22:40 -0500 Message-ID: Subject: First cut of the continuous testing infrastructure To: freebsd-testing@freebsd.org, freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 13:23:09 -0000 Dear all, With all the work that has gone into the tree to add the barebones of a test suite in FreeBSD, and with the generous availability of 3 machines for testing purposes, I am pleased to announce the very first cut of the testing infrastructure! Before spoiling the fun, let me make clear that these pages are /not/ final by any means. There is still a ton of work to be done to, at least: 1) make the reports more amenable and usable; 2) extend the infrastructure to cover more releases and architectures; 3) grow the test suite to make it a useful tool; 4) fix existing breakage; and 5) notify developers when things break (possibly even pinpointing at faulty commits!). Having said that, point your browser at: http://kyua1.nyi.freebsd.org/ and have fun! You may read some more on this work on the project page: http://wiki.freebsd.org/TestSuite and on my blog post introducing the FreeBSD test suite: http://julipedia.meroh.net/2013/12/introducing-freebsd-test-suite.html Hoping you find this useful in its current form... let the feedback flow! Enjoy your entry into 2014 :-) -- Julio Merino / @jmmv