All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more
@ 2019-10-15 11:27 Tom Rini
  2019-10-15 11:27 ` [U-Boot] [PATCH 2/3] travis: Split sun8i in to two jobs Tom Rini
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Tom Rini @ 2019-10-15 11:27 UTC (permalink / raw)
  To: u-boot

- Split "tqc" and "technexion" out into their own jobs and exclude
  them from the catch-all jobs
- Clarify the job labels a little more.

Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9ca750e5759f..b3105fd3f60e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -204,12 +204,15 @@ matrix:
     - name: "buildman NXP AArch64 LX216x"
       env:
         - BUILDMAN="freescale&aarch64&lx216"
-    - name: "buildman i.MX6 (non-NXP)"
+    - name: "buildman i.MX6 tqc"
       env:
-        - BUILDMAN="mx6 -x freescale,toradex,boundary,engicam"
-    - name: "buildman i.MX (non-NXP,i.MX6,toradex)"
+        - BUILDMAN="mx6&tqc"
+    - name: "buildman i.MX6 (catch-all)"
       env:
-        - BUILDMAN="mx -x freescale,mx6,toradex"
+        - BUILDMAN="mx6 -x boundary,engicam,freescale,technexion,toradex,tqc"
+    - name: "buildman i.MX (non-i.MX6 catch-all)"
+      env:
+        - BUILDMAN="mx -x freescale,mx6,toradex,technexion"
     - name: "buildman keystone 2/3"
       env:
         - BUILDMAN="k2 k3"
@@ -247,6 +250,9 @@ matrix:
       env:
         - BUILDMAN="sandbox x86"
           TOOLCHAIN="i386"
+    - name: "buildman technexion"
+      env:
+        - BUILDMAN="technexion"
     - name: "buildman kirkwood"
       env:
         - BUILDMAN="kirkwood"
-- 
2.17.1

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

end of thread, other threads:[~2019-10-17 11:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 11:27 [U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more Tom Rini
2019-10-15 11:27 ` [U-Boot] [PATCH 2/3] travis: Split sun8i in to two jobs Tom Rini
2019-10-17 11:25   ` Tom Rini
2019-10-15 11:27 ` [U-Boot] [PATCH 3/3] travis: Split and rename xilinx ARM " Tom Rini
2019-10-15 12:14   ` Michal Simek
2019-10-15 12:42     ` Tom Rini
2019-10-15 12:43   ` [U-Boot] [PATCHv2 " Tom Rini
2019-10-15 13:53   ` [U-Boot] [PATCHv3 " Tom Rini
2019-10-15 14:23     ` Michal Simek
2019-10-17 11:25     ` Tom Rini
2019-10-15 11:31 ` [U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more Stefano Babic
2019-10-17 11:25 ` 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.