Re: [dpdk-dev] [PATCH 3/4] ci: use an explicit list of Travis jobs

2020-02-20 Thread Aaron Conole
David Marchand writes: > Maintaining the .travis.yml requires some knowledge of how Travis > computes the jobs list (combination of os: arch: compiler: etc...). > Let's switch to an explicit list to find all jobs at a glance. > > To enhance readability, jobs have been sorted per arch/compiler wit

Re: [dpdk-dev] [PATCH 3/4] ci: use an explicit list of Travis jobs

2020-02-20 Thread Thomas Monjalon
19/02/2020 20:41, David Marchand: > Maintaining the .travis.yml requires some knowledge of how Travis > computes the jobs list (combination of os: arch: compiler: etc...). > Let's switch to an explicit list to find all jobs at a glance. > > To enhance readability, jobs have been sorted per arch/co

[dpdk-dev] [PATCH 3/4] ci: use an explicit list of Travis jobs

2020-02-19 Thread David Marchand
Maintaining the .travis.yml requires some knowledge of how Travis computes the jobs list (combination of os: arch: compiler: etc...). Let's switch to an explicit list to find all jobs at a glance. To enhance readability, jobs have been sorted per arch/compiler with comments to isolate blocks. Set