From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] Osstest: stop testing SEDF, start testing RTDS Date: Mon, 8 Jun 2015 11:32:11 +0100 Message-ID: <1433759531.7108.435.camel@citrix.com> References: <1432288527.7907.108.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z1uLn-0004fF-MY for xen-devel@lists.xenproject.org; Mon, 08 Jun 2015 10:32:15 +0000 In-Reply-To: <1432288527.7907.108.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: Dario Faggioli Cc: "xen-devel@lists.xenproject.org" List-Id: xen-devel@lists.xenproject.org On Fri, 2015-05-22 at 11:55 +0200, Dario Faggioli wrote: > the SEDF scheduler is about to be deprecated and go > away (see [1]). OTOH, the RTDS scheduler is here to > stay. > > It therefore makes sense to stop smoke testing the > former in favour of the latter. Note that the > -sedf-pin jobs where only added in order to try to > debug a long standing issue with SEDF; it is not > necessary to have anything like that for RTDS. > > For now, as RTDS is still marked as experimental, > test failures are allowed, as it was for SEDF. > > [1] http://lists.xen.org/archives/html/xen-devel/2015-05/msg02874.html > > Signed-off-by: Dario Faggioli Acked-by: Ian Campbell