From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH] make-flight: Trim the matrix of disk format flights Date: Tue, 6 Oct 2015 16:59:24 +0100 Message-ID: <1444147164.5302.230.camel@citrix.com> References: <1443621840-17400-1-git-send-email-ian.jackson@eu.citrix.com> <1443624164.16718.195.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZjUeG-0000TS-PZ for xen-devel@lists.xenproject.org; Tue, 06 Oct 2015 15:59:28 +0000 In-Reply-To: <1443624164.16718.195.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-30 at 15:42 +0100, Ian Campbell wrote: > > i386 amd64 armhf > > > > raw keep - - > > vhd - - keep > > qcow2 - keep - > > > > libvirt raw - - keep > > libvirt vhd - keep - > > libvirt qcow2 - - keep > > [...] > Acked-by: Ian Campbell It occurred to me just now (i.e. rather too late) that as things stand debian-di-install does not work for ARM in production, since it is using Wheezy but Jessie is required for ARM guest support. Hence the above change effectively dropped testing of xl.vhd and libvirt.{raw,qcow2}. Now, we are at least testing something with each format, just not quite what we expected. Since I have patches pending for switching Jessie I don't suppose those matters too much. Ian.