[U-Boot] [PATCH] travis: Break up the NXP Layerscape jobs more

The single job for all Layerscape 10xx platforms is close to, and sometimes exceeds the time limit for a single job configuration. Break this down into jobs for LS101x, LS104x and LS108x instead.
Signed-off-by: Tom Rini trini@konsulko.com --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index fc4d5a1d5ccc..d1c283d1f801 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,9 +170,15 @@ matrix: - name: "buildman Freescale ARM32" env: - BUILDMAN="freescale -x powerpc,m68k,aarch64" - - name: "buildman Freescale AArch64 LS10xx" + - name: "buildman Freescale AArch64 LS101x" env: - - BUILDMAN="freescale&aarch64&&ls1" + - BUILDMAN="freescale&aarch64&ls10101" + - name: "buildman Freescale AArch64 LS104x" + env: + - BUILDMAN="freescale&aarch64&ls104" + - name: "buildman Freescale AArch64 LS108x" + env: + - BUILDMAN="freescale&aarch64&ls108" - name: "buildman Freescale AArch64 LS20xx" env: - BUILDMAN="freescale&aarch64&&ls2"

On Wed, Jan 16, 2019 at 07:19:26AM -0500, Tom Rini wrote:
The single job for all Layerscape 10xx platforms is close to, and sometimes exceeds the time limit for a single job configuration. Break this down into jobs for LS101x, LS104x and LS108x instead.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini