Re: [OE-core] [PATCHv2 3/3] oe-selftest: Add option to submit test result to a git repository.

2016-12-01 Thread Benjamin Esquivel
On Thu, 2016-12-01 at 11:00 -0600, Mariano Lopez wrote: > > I think this version is okay :) have you tested it in an > Autobuilder > > task?  > > Indeed, that is why it took me a bit longer to submit the patch. I > know this won't blow up current master.  But Ihaven't used the > option yet, we

Re: [OE-core] [PATCHv2 3/3] oe-selftest: Add option to submit test result to a git repository.

2016-12-01 Thread Mariano Lopez
On Thursday, December 01, 2016 10:52:40 AM Benjamin Esquivel wrote: > Hi Mariano > > On Thu, 2016-12-01 at 09:37 -0600, mariano.lo...@linux.intel.com wrote: > > From: Mariano Lopez > > > > This new option allows to commit the result to a git repository, > > along

Re: [OE-core] [PATCHv2 3/3] oe-selftest: Add option to submit test result to a git repository.

2016-12-01 Thread Benjamin Esquivel
Hi Mariano On Thu, 2016-12-01 at 09:37 -0600, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > This new option allows to commit the result to a git repository, > along with the results it will add a metadata file for information > of the current

[OE-core] [PATCHv2 3/3] oe-selftest: Add option to submit test result to a git repository.

2016-12-01 Thread mariano . lopez
From: Mariano Lopez This new option allows to commit the result to a git repository, along with the results it will add a metadata file for information of the current selftest run, such as: hostname, machine, distro, distro version, host version, and layers. This