From owner-freebsd-stable@FreeBSD.ORG Sat Oct 25 04:09:51 2014 Return-Path: Delivered-To: freebsd-stable@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 A74F06A7; Sat, 25 Oct 2014 04:09:51 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (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 CAED0AAC; Sat, 25 Oct 2014 04:09:50 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id gi9so3625537lab.35 for ; Fri, 24 Oct 2014 21:09:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qr/rXrJooVx762BNCGeZLQJlZqU3HKlQPWZ7sfLtm3c=; b=WzXiAEUVBlMrMqT/7YZNZen8mlrPCHCXS9274zlbszRKQdM3fXfRlmOEMp9ul61pge ApDZann6s3YTVVx78AyM4v0v5ezokZ/p8ajDDsaovQOXTwz1x9SPKm4yHK6x8298GsRF Y5XtdV86om+h+185/fVDgyjD9WAkM7r8Tjw2LHGWtFg0k4Yco641NOvsCDHSMg4L/1S/ Cj1ELosJxuXHoDysWwAblW1252aCVRbXxwO1Ub/DCjNnhTH8w92241nY7FzxjniplePY /xti57eDYguRh5icA9QANm50eIn/f5pHhI2amsZJZfLi3GDMb6S2K0KPFp3I3BiDFjGv 6B3A== MIME-Version: 1.0 X-Received: by 10.152.198.166 with SMTP id jd6mr7354418lac.81.1414210188680; Fri, 24 Oct 2014 21:09:48 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.84.197 with HTTP; Fri, 24 Oct 2014 21:09:48 -0700 (PDT) In-Reply-To: <20141024053636.GH11222@dft-labs.eu> References: <20141024053636.GH11222@dft-labs.eu> Date: Fri, 24 Oct 2014 21:09:48 -0700 X-Google-Sender-Auth: yE4uALWkHkllRY-YNfQm8cqtUco Message-ID: Subject: Re: Automatically running /usr/tests on stable/10 branch under Jenkins From: Craig Rodrigues To: Mateusz Guzik Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" , FreeBSD stable , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 04:09:51 -0000 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. 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. > > 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. > 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