From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v1] make-flight: Only test ovmf guests on ovmf flight Date: Tue, 7 Jul 2015 17:35:01 +0100 Message-ID: <1436286901.25646.269.camel@citrix.com> References: <1436286405-12636-1-git-send-email-ian.campbell@citrix.com> <20150707163159.GD1134@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150707163159.GD1134@zion.uk.xensource.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: Wei Liu Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-07 at 17:31 +0100, Wei Liu wrote: > On Tue, Jul 07, 2015 at 05:26:45PM +0100, Ian Campbell wrote: > > Specifically drop all of the following test jobs from the ovmf flight: > > > > -test-amd64-amd64-xl-qemuu-debianhvm-amd64 > > -test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm > > -test-amd64-amd64-xl-qemuu-win7-amd64 > > -test-amd64-amd64-xl-qemuu-winxpsp3 > > -test-amd64-i386-qemuu-rhel6hvm-amd > > -test-amd64-i386-qemuu-rhel6hvm-intel > > -test-amd64-i386-xl-qemuu-debianhvm-amd64 > > -test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm > > -test-amd64-i386-xl-qemuu-win7-amd64 > > -test-amd64-i386-xl-qemuu-winxpsp3 > > -test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 > > > > Signed-off-by: Ian Campbell > > In fact you can also drop all PV test cases. I think they are already taken care of. I think due to only testing jobs with "-qemuu" in the name: After this change the full set of jobs is: build-amd64 build-amd64-libvirt build-amd64-pvops build-amd64-xsm build-i386 build-i386-libvirt build-i386-pvops build-i386-xsm test-amd64-amd64-xl-qemuu-ovmf-amd64 test-amd64-i386-xl-qemuu-ovmf-amd64 > But that's one for another day. One some time ago I think ;-)