gitlab-ci: Split the world build into 4 jobs
authorTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 21:51:28 +0000 (17:51 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:29:53 +0000 (11:29 -0400)
commit9f7bda104384465f8d63f39cab732ed28d8463cc
treee2a17da43204105e0f7f80f27e646afeb4376271
parent7fd0ea2b634ce0d7ecf3a2bdba45d34fdd7ab392
gitlab-ci: Split the world build into 4 jobs

To better allow for parallelization of the world build job split things
into 32bit ARM (687 boards), 64bit ARM (215), PowerPC (311 boards) and
everything else (167 boards).

While the 32bit ARM job is heavier than I would like, there is not a
natural split that would reduce it in half or so without requiring the
sort of hard to maintain splits we have to do in Travis CI.

Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml