]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
travis.yml: Split Freescale ARM job up more
authorTom Rini <trini@konsulko.com>
Wed, 30 Nov 2016 19:05:08 +0000 (14:05 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 1 Dec 2016 00:31:10 +0000 (19:31 -0500)
In order to avoid running into the time limit, split the 32bit and 64bit
Freescale boards into separate jobs.  We could either pass
"freescale & armv8" to buildman or exclude all of the 32bit CPUs.  While
the former is shorter I fear the amount of possible escaping required
would make things less readable.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml

index ffa3e68c536abda8e122728e0d8912bff2d4d6c8..1611e14a045c2741ed2f4d2897f4a0c54cbde56d 100644 (file)
@@ -125,8 +125,11 @@ matrix:
     - env:
         - BUILDMAN="denx"
     - env:
-        - JOB="Freescale ARM"
-          BUILDMAN="freescale -x powerpc,m68k"
+        - JOB="Freescale ARM32"
+          BUILDMAN="freescale -x powerpc,m68k,aarch64"
+    - env:
+        - JOB="Freescale AArch64"
+          BUILDMAN="freescale -x powerpc,m68k,armv7,arm9,arm11"
     - env:
         - JOB="i.MX (non-Freescale)"
           BUILDMAN="mx -x freescale"