From owner-freebsd-xen@FreeBSD.ORG Sat Dec 7 17:50:37 2013 Return-Path: Delivered-To: freebsd-xen@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 E5D5996E for ; Sat, 7 Dec 2013 17:50:37 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id BB2371EB7 for ; Sat, 7 Dec 2013 17:50:37 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id F326A24C15 for ; Sat, 7 Dec 2013 12:45:00 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id knxdC_zaRMlu for ; Sat, 7 Dec 2013 12:45:00 -0500 (EST) Received: from EGR authenticated sender Message-ID: <52A35E9C.6070409@egr.msu.edu> Date: Sat, 07 Dec 2013 12:45:00 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-xen@freebsd.org Subject: Re: [HEADS UP] FreeBSD guest integrated into Xen push gate tests References: <52A30023.2030303@citrix.com> In-Reply-To: <52A30023.2030303@citrix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 17:50:38 -0000 On 12/07/2013 06:01, Roger Pau Monné wrote: > Hello, > > Today we had the first successful run of the Xen push gate tester > (OSSTest) containing a FreeBSD PVHVM guest. This means that from now > onwards every commit on the Xen repository will be tested against a > FreeBSD PVHVM guest (i386 and amd64), to make sure new changes in Xen > doesn't break current support in FreeBSD. You can see the results of the > first run at: > > http://www.chiark.greenend.org.uk/~xensrcts/logs/22323/ > > The jobs are test-amd64-i386-freebsd10-amd64 and > test-amd64-i386-freebsd10-i386, you can see what's being tested on the > results matrix. This guests are created using the official FreeBSD VM > images, found at: > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/10.0-BETA3/ > > Right now it's using the BETA3 images, but I plan to update that once > 10.0 is released. > > A very big thanks goes to Ian Jackson for integrating my crappy FreeBSD > install script into OSSTest and for solving the various problems that > arose during the integration. > > Roger. > Thanks for the work everyone put in!