ci: use an explicit list of Travis jobs
authorDavid Marchand <david.marchand@redhat.com>
Wed, 19 Feb 2020 15:19:52 +0000 (16:19 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 20 Feb 2020 16:29:17 +0000 (17:29 +0100)
commitdeeadcd68f18e97e2b4e874cad920db2ebf5a3d4
tree2c4dd022d2acfe306f367118eeb8a95d2502d3de
parent9135705bb81df0b529821a121004c41f176995ff
ci: use an explicit list of Travis jobs

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.

Setting required_packages for aarch64 native jobs is unnecessary,
the global addons: values are the same.

This commit does not change the jobs list (21 jobs in total).

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Aaron Conole <aconole@redhat.com>
.travis.yml