[U-Boot] [PATCH] travis: Break up the NXP Layerscape jobs more
Tom Rini
trini at konsulko.com
Wed Jan 16 12:19:26 UTC 2019
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 at 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"
--
2.7.4
More information about the U-Boot
mailing list