Commit 818408e203c7d5b6c2d49f5dff490fa2f6dd6e2e

Authored by Tom Rini
1 parent 3ae192c2a4

travis: Rework Freescale ARM jobs a bit

- Split the AArch64 LS10xx and LS20xx builds into their own jobs, and
  then exclude only ls1/ls2 from the catch-all.  This moves the S32V234
  job (and future i.MX8*) to the catch-all.
- Split spear out from arm926ejs and exclude freescale, not mx from that
  job.  The older Freescale i.MX boards are caught by the catch-all job
  for Freescale but now we build the non-Freescale older i.MX platforms.

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

Showing 1 changed file with 11 additions and 5 deletions Side-by-side Diff

... ... @@ -164,10 +164,10 @@
164 164 - name: "buildman arm11 arm7 arm920t arm946es"
165 165 env:
166 166 - BUILDMAN="arm11 arm7 arm920t arm946es"
167   - - name: "buildman arm926ejs (non-mx,siemens,atmel,kirkwood)"
  167 + - name: "buildman arm926ejs (non-freescale,siemens,atmel,kirkwood,spear)"
168 168 env:
169 169 - JOB="arm926ejs"
170   - BUILDMAN="arm926ejs -x mx,siemens,atmel,kirkwood"
  170 + BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear"
171 171 - name: "buildman atmel"
172 172 env:
173 173 - BUILDMAN="atmel"
174 174  
... ... @@ -177,9 +177,12 @@
177 177 - name: "buildman Freescale ARM32"
178 178 env:
179 179 - BUILDMAN="freescale -x powerpc,m68k,aarch64"
180   - - name: "buildman Freescale AArch64"
  180 + - name: "buildman Freescale AArch64 LS10xx"
181 181 env:
182   - - BUILDMAN="freescale&aarch64"
  182 + - BUILDMAN="freescale&aarch64&&ls1"
  183 + - name: "buildman Freescale AArch64 LS20xx"
  184 + env:
  185 + - BUILDMAN="freescale&aarch64&&ls2"
183 186 - name: "buildman i.MX6 (non-Freescale)"
184 187 env:
185 188 - BUILDMAN="mx6 -x freescale,toradex,boundary,engicam"
... ... @@ -192,6 +195,9 @@
192 195 - name: "buildman samsung socfpga"
193 196 env:
194 197 - BUILDMAN="samsung socfpga"
  198 + - name: "buildman spear"
  199 + env:
  200 + - BUILDMAN="spear"
195 201 - name: "buildman sun4i"
196 202 env:
197 203 - BUILDMAN="sun4i"
... ... @@ -286,7 +292,7 @@
286 292 - BUILDMAN="uniphier"
287 293 - name: "buildman catch-all AArch64"
288 294 env:
289   - - BUILDMAN="aarch64 -x tegra,freescale,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
  295 + - BUILDMAN="aarch64 -x tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
290 296 - name: "buildman rockchip"
291 297 env:
292 298 - BUILDMAN="rockchip"