All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis-ci: Re-work i.MX6 jobs, clarify Freescale and AArch64
@ 2017-03-20 18:19 Tom Rini
  2017-03-21 18:07 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2017-03-20 18:19 UTC (permalink / raw)
  To: u-boot

- The catch-all i.MX6 job has been exceeding the time limit again so
  split this up further.  We now have an i.MX6 job and an
  everything-else job.
- The logic we use to say "Freescale and AArch64" can be more clearly
  expressed with '&' rather than excluding various other things, so
  clear that up.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8333fae9b333..aaa7433840c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -135,10 +135,13 @@ matrix:
           BUILDMAN="freescale -x powerpc,m68k,aarch64"
     - env:
         - JOB="Freescale AArch64"
-          BUILDMAN="freescale -x powerpc,m68k,armv7,arm9,arm11"
+          BUILDMAN="freescale&aarch64"
     - env:
-        - JOB="i.MX (non-Freescale)"
-          BUILDMAN="mx -x freescale"
+        - JOB="i.MX6 (non-Freescale)"
+          BUILDMAN="mx6 -x freescale"
+    - env:
+        - JOB="i.MX (non-Freescale, non-i.MX6)"
+          BUILDMAN="mx -x freescale,mx6"
     - env:
         - BUILDMAN="samsung"
     - env:
-- 
1.9.1

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

* [U-Boot] travis-ci: Re-work i.MX6 jobs, clarify Freescale and AArch64
  2017-03-20 18:19 [U-Boot] [PATCH] travis-ci: Re-work i.MX6 jobs, clarify Freescale and AArch64 Tom Rini
@ 2017-03-21 18:07 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-03-21 18:07 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 20, 2017 at 02:19:37PM -0400, Tom Rini wrote:

> - The catch-all i.MX6 job has been exceeding the time limit again so
>   split this up further.  We now have an i.MX6 job and an
>   everything-else job.
> - The logic we use to say "Freescale and AArch64" can be more clearly
>   expressed with '&' rather than excluding various other things, so
>   clear that up.
> 
> 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: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170321/9d0f4c8e/attachment.sig>

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

end of thread, other threads:[~2017-03-21 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 18:19 [U-Boot] [PATCH] travis-ci: Re-work i.MX6 jobs, clarify Freescale and AArch64 Tom Rini
2017-03-21 18:07 ` [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.