From owner-freebsd-testing@FreeBSD.ORG Wed Oct 29 05:44:08 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3127B5C8; Wed, 29 Oct 2014 05:44:08 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41AA9199; Wed, 29 Oct 2014 05:44:07 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id z12so2504578wgg.9 for ; Tue, 28 Oct 2014 22:44:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=wD9/ZBSYbsqHP+ml+7rtKw/NTuD/0yHRNj0snrwI1sU=; b=CdzH2wYy6BOns1gDm4ruWrqO6R/xnGVodAa+B1PtpkI43BXb1h3XPr7Uvmv+rQbWbl 8s/02edfnka8NFjgmG3w4GPLoAr9wQVDvh2r1t0X4YRn+jAmlCA+1llSIbyz02vq50BA j/xwmHJhtVd/tXDjNF6CVKBhnXgwHIMJFi7eWNKPdadwzEHBGL6fVaPKy0yN/W3B9s4f KpKFpGOiW8tfTOKu/klCegsi1JhCmqotxFQN4zK/tkaBsJjfg2lzjGDQncBqk6ttsKfz hX1bv9lFNZG2yvgPy+FuJfC5ehysyz+ciG42KNjI/bA0nrj0O6B1HArAoQmSe7M5kOYi emmg== X-Received: by 10.180.221.229 with SMTP id qh5mr21827079wic.25.1414561445403; Tue, 28 Oct 2014 22:44:05 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id n4sm7490100wiz.17.2014.10.28.22.44.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 28 Oct 2014 22:44:04 -0700 (PDT) Date: Wed, 29 Oct 2014 06:44:02 +0100 From: Mateusz Guzik To: Craig Rodrigues Subject: Re: Automatically running /usr/tests on stable/10 branch under Jenkins Message-ID: <20141029054401.GC12014@dft-labs.eu> References: <20141024053636.GH11222@dft-labs.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "freebsd-testing@freebsd.org" , FreeBSD stable , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 05:44:08 -0000 On Fri, Oct 24, 2014 at 09:09:48PM -0700, Craig Rodrigues wrote: > On Thu, Oct 23, 2014 at 10:36 PM, Mateusz Guzik wrote: > > > > (1) does a buildworld/buildkernel on amd64 when someone checks new > > > code into the stable/10 branch > > > > Is not this excessive? > > > It has not been a problem. For example, when a build occurs on the HEAD in > svn, > if further commits come in on HEAD, we have Jenkins configured so that it > will not trigger another build on HEAD until the build in progress is done. > It has been working fine. > Ok. > If no commits > > > > > (2) Creates a bootable UFS image with makefs > > > > any chance zfs will be used as well? > > > > Sure, we can look at that as well, but as I said earlier, > there need to be more bodies working on setting up builds and > configurations for this > to happen. > I can't help with that, sorry. > > > > > would be nice to run some kind of stress testing. buildworld with a high > > -j is an example of a general purpose test. This could be done with > > different frequency than regular tests. > > > > > Are you volunteering to write the scripts that incorporate any stress > testing > that you think should be done? We would welcome any contributions. > > Are you aware of e.g. stress2 by pho? https://people.freebsd.org/~pho/stress/index.html Plugging this in should not be hard for someone who knows jenkins. That's not me though. :) > > Do you have crashdumps configured in case stuff goes wrong? > > > > > > No. > > You can look at our scripts used to build and boot the various VM's: > > https://wiki.freebsd.org/Jenkins#Repositories > > It's all on github, so if you think you have new scripts to add, or fixes > to existing scripts, > you can feel free to do a github pull request to contribute. > > -- > Craig -- Mateusz Guzik