From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 1BC2C731DA for ; Mon, 23 Jan 2017 14:22:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v0NEKRm5021426; Mon, 23 Jan 2017 14:20:50 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4H-bm52uui_P; Mon, 23 Jan 2017 14:20:50 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v0NEKmTm021498 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 23 Jan 2017 14:20:49 GMT Message-ID: <1485181248.30673.20.camel@linuxfoundation.org> From: Richard Purdie To: =?ISO-8859-1?Q?An=EDbal_Lim=F3n?= , openembedded-core@lists.openembedded.org Date: Mon, 23 Jan 2017 14:20:48 +0000 In-Reply-To: <1485001732.30673.0.camel@linuxfoundation.org> References: <1485001732.30673.0.camel@linuxfoundation.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 00/55] OEQA Framework Refactor & Improvements X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 14:22:54 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Sat, 2017-01-21 at 12:28 +0000, Richard Purdie wrote: > On Fri, 2017-01-20 at 11:09 -0600, Aníbal Limón wrote: > > > > This patchset is related to OEQA Framework for details read the RFC > > send to the > > Openembedded architecture ML. > > > > http://lists.openembedded.org/pipermail/openembedded-architecture/2 > > 01 > > 6-December/000351.html > > > > Also adds the migration of the runtime testing leaving only > > selftest > > remains > > to migrate. > > > > The testing was made using GDC Autobuilder building in different > > archs and running selftest. > Thanks, I'm testing this on the autobuilder, it seems mostly good but > so far we've seen this issue: > > https://autobuilder.yocto.io/builders/nightly-qa-skeleton/builds/145/ > st > eps/Running%20Sanity%20Tests/logs/stdio > > Please send any further patches on top of this series. To update, the fix was trivial and the only issue uncovered by testing so I've merged a fix into the appropriate commit as I merged the series. Cheers, Richard