Re: [dpdk-dev] [PATCH 00/14] Unit tests fixes for CI

2019-07-01 Thread Aaron Conole
Thomas Monjalon writes: > 04/06/2019 17:49, Michael Santana Francisco: >> On 6/4/19 4:59 AM, David Marchand wrote: >> > - the "perf" tests are taking way too long for my taste, +1 here. >> >> We should still fix them. However I don't know if we should be running >> the perf test for every job

Re: [dpdk-dev] [PATCH 00/14] Unit tests fixes for CI

2019-06-27 Thread Thomas Monjalon
04/06/2019 17:49, Michael Santana Francisco: > On 6/4/19 4:59 AM, David Marchand wrote: > > - the "perf" tests are taking way too long for my taste, > > We should still fix them. However I don't know if we should be running > the perf test for every job and every patch on travis. It takes too >

Re: [dpdk-dev] [PATCH 00/14] Unit tests fixes for CI

2019-06-04 Thread Michael Santana Francisco
On 6/4/19 4:59 AM, David Marchand wrote: This is a joint effort to make the unit tests ready for CI. The first 8 patches are fixes that I had accumulated. Then the second part of the series focuses on skipping tests when some requirements are not fulfilled so that we can start them in a restraine

[dpdk-dev] [PATCH 00/14] Unit tests fixes for CI

2019-06-04 Thread David Marchand
This is a joint effort to make the unit tests ready for CI. The first 8 patches are fixes that I had accumulated. Then the second part of the series focuses on skipping tests when some requirements are not fulfilled so that we can start them in a restrained environment like Travis virtual machines