From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id 57F0B77F90 for ; Mon, 29 May 2017 13:07:21 +0000 (UTC) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2017 06:07:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,414,1491289200"; d="scan'208";a="107867670" Received: from lsandov1-mobl2.zpn.intel.com ([10.219.128.119]) by fmsmga005.fm.intel.com with ESMTP; 29 May 2017 06:07:22 -0700 Message-ID: <1496063755.26945.25.camel@linux.intel.com> From: Leonardo Sandoval To: Richard Purdie Date: Mon, 29 May 2017 08:15:55 -0500 In-Reply-To: <1495841567.25229.122.camel@linuxfoundation.org> References: <1495841567.25229.122.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Cc: paul.eggleton@linux.intel.com, openembedded-core@lists.openembedded.org Subject: Re: [PATCH 00/36] OEQA threading support and selftest migration 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, 29 May 2017 13:07:22 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Sat, 2017-05-27 at 00:32 +0100, Richard Purdie wrote: > On Fri, 2017-05-26 at 15:37 -0500, Aníbal Limón wrote: > > This series is the integration of tree main changes into the OEQA > > module, > > > > * Implement threading support into OEQA core module > > * Enables OEQA threaded mode into {,e}SDK test component > > * Migrate current oe-selftest to use the same framework > > I tried this on the autobuilder: > > https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/ > builds/901/steps/Running%20oe-selftest/logs/stdio > > It was fast, the oe-selftest run which usually takes several hours took > 30 mins. The above logs suggest we might have a coverage issue though. BTW, the new OE/QA threading support does not support (yet, Anibal is planning to work on it) the selftest test cases (because only one bitbake instance can be running at a time) so we should see similar times as before with this migration. So, those 30 minutes just comes from executing a subset, so something may be wrong in the series. Leo > > Cheers, > > Richard