All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis.yml: Add samsung and rockchip builds
@ 2016-11-29 17:42 Tom Rini
  2016-11-30 14:11 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2016-11-29 17:42 UTC (permalink / raw)
  To: u-boot

The catch-all job is failing due to time limits depending on factors out
of our control, so move Samsung and Rockchip boards into their own jobs
and then exclude them from the general ARM and AArch64 jobs.

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

diff --git a/.travis.yml b/.travis.yml
index b4ae71a39be0..ffa3e68c536a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -131,6 +131,8 @@ matrix:
         - JOB="i.MX (non-Freescale)"
           BUILDMAN="mx -x freescale"
     - env:
+        - BUILDMAN="samsung"
+    - env:
         - BUILDMAN="sun4i"
     - env:
         - BUILDMAN="sun5i"
@@ -146,7 +148,7 @@ matrix:
         - BUILDMAN="sun50i"
     - env:
         - JOB="Catch-all ARM"
-          BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,denx,freescale,kirkwood,siemens,tegra,uniphier,mx,sunxi,am33xx,omap3,omap4,omap5,pxa"
+          BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,denx,freescale,kirkwood,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap3,omap4,omap5,pxa,rockchip"
     - env:
         - BUILDMAN="sandbox x86"
           TOOLCHAIN="x86_64"
@@ -203,9 +205,11 @@ matrix:
     - env:
         - BUILDMAN="uniphier"
     - env:
-        - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi"
+        - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi,samsung,rockchip"
           TOOLCHAIN="aarch64"
     - env:
+        - BUILDMAN="rockchip"
+    - env:
         - BUILDMAN="sh4"
           TOOLCHAIN="sh4"
     - env:
-- 
1.9.1

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

* [U-Boot] [PATCH] travis.yml: Add samsung and rockchip builds
  2016-11-29 17:42 [U-Boot] [PATCH] travis.yml: Add samsung and rockchip builds Tom Rini
@ 2016-11-30 14:11 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-11-30 14:11 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 29, 2016 at 12:42:34PM -0500, Tom Rini wrote:

> The catch-all job is failing due to time limits depending on factors out
> of our control, so move Samsung and Rockchip boards into their own jobs
> and then exclude them from the general ARM and AArch64 jobs.
> 
> 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/20161130/8c55bfaa/attachment.sig>

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

end of thread, other threads:[~2016-11-30 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29 17:42 [U-Boot] [PATCH] travis.yml: Add samsung and rockchip builds Tom Rini
2016-11-30 14:11 ` 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.