Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-26 Thread Robert Yang
On 07/26/2018 07:11 PM, richard.pur...@linuxfoundation.org wrote: On Thu, 2018-07-26 at 17:37 +0800, ChenQi wrote: On 07/26/2018 05:18 PM, Robert Yang wrote: On 07/26/2018 05:10 PM, richard.pur...@linuxfoundation.org wrote: On Thu, 2018-07-26 at 14:00 +0800, Robert Yang wrote: On 07/26/

Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-26 Thread richard . purdie
On Thu, 2018-07-26 at 17:37 +0800, ChenQi wrote: > On 07/26/2018 05:18 PM, Robert Yang wrote: > > > > > > On 07/26/2018 05:10 PM, richard.pur...@linuxfoundation.org wrote: > > > On Thu, 2018-07-26 at 14:00 +0800, Robert Yang wrote: > > > > > > > > On 07/26/2018 11:03 AM, Robert Yang wrote: > > >

Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-26 Thread ChenQi
On 07/26/2018 05:18 PM, Robert Yang wrote: On 07/26/2018 05:10 PM, richard.pur...@linuxfoundation.org wrote: On Thu, 2018-07-26 at 14:00 +0800, Robert Yang wrote: On 07/26/2018 11:03 AM, Robert Yang wrote: Hi RP, On 07/17/2018 12:33 AM, Richard Purdie wrote: This allows oe-selftest to tak

Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-26 Thread Robert Yang
On 07/26/2018 05:10 PM, richard.pur...@linuxfoundation.org wrote: On Thu, 2018-07-26 at 14:00 +0800, Robert Yang wrote: On 07/26/2018 11:03 AM, Robert Yang wrote: Hi RP, On 07/17/2018 12:33 AM, Richard Purdie wrote: This allows oe-selftest to take a -j option which specifies how much test

Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-26 Thread richard . purdie
On Thu, 2018-07-26 at 14:00 +0800, Robert Yang wrote: > > On 07/26/2018 11:03 AM, Robert Yang wrote: > > Hi RP, > > > > On 07/17/2018 12:33 AM, Richard Purdie wrote: > > > This allows oe-selftest to take a -j option which specifies how > > > much test > > > parallelisation to use. Currently this

Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-25 Thread Robert Yang
On 07/26/2018 11:03 AM, Robert Yang wrote: Hi RP, On 07/17/2018 12:33 AM, Richard Purdie wrote: This allows oe-selftest to take a -j option which specifies how much test parallelisation to use. Currently this is "module" based with each module being split and run in a separate build directory

Re: [OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-25 Thread Robert Yang
Hi RP, On 07/17/2018 12:33 AM, Richard Purdie wrote: This allows oe-selftest to take a -j option which specifies how much test parallelisation to use. Currently this is "module" based with each module being split and run in a separate build directory. Further splitting could be done but this see

[OE-core] [PATCH 1/6] oeqa: Add selftest parallelisation support

2018-07-16 Thread Richard Purdie
This allows oe-selftest to take a -j option which specifies how much test parallelisation to use. Currently this is "module" based with each module being split and run in a separate build directory. Further splitting could be done but this seems a good compromise between test setup and parallelism.