public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis-ci: fix at91 missing boards
@ 2019-03-28 10:12 Eugen.Hristev at microchip.com
  2019-03-29 14:36 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen.Hristev at microchip.com @ 2019-03-28 10:12 UTC (permalink / raw)
  To: u-boot

From: Eugen Hristev <eugen.hristev@microchip.com>

Fix missing at91 boards and split the at91 in two categories:
at91 arm v7
at91 arm926esj
which are the two main cores for the at91 architecture.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
Hello,

I am not very good with Travis, I added this because buildman atmel
has lesser total boards than buildman at91.
buildman at91 has 78 boards so I split into two tasks, to avoid hitting the
50minutes limit on travis build.
Here is a link to travis with this patch applied:

https://travis-ci.org/ehristev/u-boot/builds/511575257

Thanks

 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 834502f..6179689 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -167,9 +167,12 @@ matrix:
       env:
         - JOB="arm926ejs"
           BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear,omap"
-    - name: "buildman atmel"
+    - name: "buildman at91 (non arm v7)"
       env:
-        - BUILDMAN="atmel"
+        - BUILDMAN="at91 -x armv7"
+    - name: "buildman at91 (non arm926ejs)"
+      env:
+        - BUILDMAN="at91 -x arm926ejs"
     - name: "buildman boundary engicam toradex"
       env:
         - BUILDMAN="boundary engicam toradex"
-- 
2.7.4

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

end of thread, other threads:[~2019-03-29 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 10:12 [U-Boot] [PATCH] travis-ci: fix at91 missing boards Eugen.Hristev at microchip.com
2019-03-29 14:36 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox