From owner-freebsd-virtualization@FreeBSD.ORG Sat Oct 25 04:20:22 2014 Return-Path: Delivered-To: freebsd-virtualization@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 91E15B78; Sat, 25 Oct 2014 04:20:22 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (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 88044C7A; Sat, 25 Oct 2014 04:20:21 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id f15so2308328lbj.13 for ; Fri, 24 Oct 2014 21:20:19 -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=eMt+sDIlpJGnS5JxkXDSZT1TZb/JCTw7KbaGM6giSrs=; b=UeQM8xvCXsqRKV6SmVW5SbTXzz2XCs6ubWveIwV6nz0icQD2gVI4rkXsjecJKFD67i zpnGcQsakvW2BoUc1jfDM+TALGNRpCHbG8Kb3Hx3TtOzIa6vRqYYwn2yWZmq+iaePXZd AyxK7IhTVb3TNeqI0fPouQv8cTmzCD+oSBQK4IflUyosMwV5wBmIKacJhOvuX+MVT+qp kA6NI9sxAUcxZMruv/6hLcH5UeC/fU9XnAf7Nn0IDUarZt+X2VwgMKE3xRrAg/hDq6cO giT1zrdxlqJFEL1+/QSsBaBTzR9RUM+haRfxDBAQQzcEOMt8ZpFgwhBXpvJyqCunzER0 gQsA== MIME-Version: 1.0 X-Received: by 10.152.22.135 with SMTP id d7mr8544867laf.46.1414210819435; Fri, 24 Oct 2014 21:20:19 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.84.197 with HTTP; Fri, 24 Oct 2014 21:20:19 -0700 (PDT) In-Reply-To: References: <20141024053636.GH11222@dft-labs.eu> Date: Fri, 24 Oct 2014 21:20:19 -0700 X-Google-Sender-Auth: T2JiUvJPzpUzUjMpVLkU7vfsiW0 Message-ID: Subject: Re: Automatically running /usr/tests on stable/10 branch under Jenkins From: Craig Rodrigues To: "K. Macy" 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-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 04:20:22 -0000 On Thu, Oct 23, 2014 at 11:06 PM, K. Macy wrote: > >> (2) Creates a bootable UFS image with makefs > > > > any chance zfs will be used as well? > > > > Seconded. There are residual locking issues issues in ZFS. > Particularly in the less exercised areas. > I think what would be an interesting exercise is to set up a Jenkins job to build and boot a bhyve VM with ZFS, and then run the ZFS Test Suite, ported by Alan Somers to FreeBSD: https://lists.freebsd.org/pipermail/freebsd-testing/2014-August/000503.html Are there any volunteers who would like to help set that up and get it running under Jenkins? > > Along those same lines, do you have any sort of watchdog in case it > deadlocks? > 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