All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis: Break up the NXP Layerscape jobs more
@ 2019-01-16 12:19 Tom Rini
  2019-01-19  2:53 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2019-01-16 12:19 UTC (permalink / raw)
  To: u-boot

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"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] travis: Break up the NXP Layerscape jobs more
  2019-01-16 12:19 [U-Boot] [PATCH] travis: Break up the NXP Layerscape jobs more Tom Rini
@ 2019-01-19  2:53 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-01-19  2:53 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/dbc9f25d/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-19  2:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 12:19 [U-Boot] [PATCH] travis: Break up the NXP Layerscape jobs more Tom Rini
2019-01-19  2:53 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.