From owner-freebsd-testing@FreeBSD.ORG Tue Dec 31 13:23:03 2013 Return-Path: Delivered-To: freebsd-testing@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 BD1245E7 for ; Tue, 31 Dec 2013 13:23:03 +0000 (UTC) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46D7B116B for ; Tue, 31 Dec 2013 13:23:02 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id x18so6271770lbi.3 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=YnF7g9bWu6f2B6ipZdyoNvGtiy2JEd+uJT9oy00LJe27jAYx52EJgyfh4YrHBNywGE BglGVaTL1crxyoHUfwFnNhOmIHdm9eXCp53Y84lKC0MNqp0P0yzYGtycxgOwKSx2Bp3X 4HkKBjRkpkFVyV7eO8wszX0VTz5T3MrlU5uCTBpi3ggPmcAC3oLtAOdCPy3Rj3+AwOwi s78IeD9SZNpj8shu3rUMnS1p1aX3fnqx+sPHrds0ehmr7fhmRtdh7dYdow9PV2mj62ak WF8hPvfAjwl/y7JrIBinXSw+XtNgAxaUoAEM7xJEWRorFdFxhGRyXkQ0LS0q7Jp1vZaX 1nww== X-Gm-Message-State: ALoCoQk8sCfdQFIoututIA1YnF6E4gI4nsiYq/ICzqm/zPdTn7Ec76mp1w2E6NANvWe615S6ouec 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-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 13:23:03 -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