From owner-svn-doc-all@FreeBSD.ORG Tue Jan 14 15:54:35 2014 Return-Path: Delivered-To: svn-doc-all@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 82843DE9; Tue, 14 Jan 2014 15:54:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 566901378; Tue, 14 Jan 2014 15:54:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EFsZJA029854; Tue, 14 Jan 2014 15:54:35 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EFsZoY029853; Tue, 14 Jan 2014 15:54:35 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141554.s0EFsZoY029853@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 15:54:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43507 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 15:54:35 -0000 Author: pgj Date: Tue Jan 14 15:54:34 2014 New Revision: 43507 URL: http://svnweb.freebsd.org/changeset/doc/43507 Log: - Add 2013Q4 report on Jenkins-based testing Submitted by: rodrigc Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:40:13 2014 (r43506) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:54:34 2014 (r43507) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 20 entries and we hope you enjoy reading it.

+ contains 21 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1121,4 +1121,50 @@ Further streamline the installation process. + + + Jenkins Continuous Integration for &os; + + + + + Craig + Rodrigues + + rodrigc@FreeBSD.org + + + + + Vendor Summit presentation + + + +

At the November 2013 &os; Vendor Summit, some of the work was + presented that Craig Rodrigues have been doing with Continuous + Integration and Testing at iXsystems. Craig's presentation + described how iXsystems is using modern best practices for + building and testing FreeNAS code. Jenkins is a framework for + doing continuous builds and integration, and is used by hundreds + of companies. BHyve (BSD Hypvervisor) is the new virtual + machine system which will be part of &os; 10. Webdriver is + a Python toolkit for testing web applications. By combining + these technologies, iXsystems is developing a modern and + sophisticated workflow for testing and improving the quality of + FreeNAS.

+ +

Ed Maste from The &os; Foundation was interested in this work, + and based on this interest, now it is being ported to &os;. + Currently, a machine in the &os; cluster has been allocated for + this purpose, where a bhyve(4)-based virtual machine + was set up and Jenkins was installed. The remainder is still in + progress.

+ + + + Finish setting up Jenkins. + Add more builds to Jenkins. + Integrate testing with Jenkins. + +