commit | 372c697f4ad8a9c174fa6d39b5991a5a3c5bf3fc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jul 17 17:51:28 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:29:53 2019 -0400 |
tree | e2a17da43204105e0f7f80f27e646afeb4376271 | |
parent | 2f7b32bf27a98756def139a2fce0528eb5ac9963 [diff] |
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>