* [U-Boot] [PATCH] travis-ci: Try harder to build all ARM targets
@ 2016-11-05 23:34 Tom Rini
2016-11-07 1:17 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2016-11-05 23:34 UTC (permalink / raw)
To: u-boot
The way that we have things broken down currently allows for some
combinations of vendor or CPU to not be built. To fix this, create a
new catch-all job that excludes everything we've built elsewhere. For
the sake of simplicity we are allowing for the possibility of some
overlap between the vendor-based jobs and the CPU-based jobs. While
we're in here, make a failed build provide the summary of failure.
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.travis.yml | 47 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 39 insertions(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bb9325bacc33..3d7fffe0bd3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,6 +78,7 @@ script:
tools/buildman/buildman -P ${BUILDMAN};
ret=$?;
if [[ $ret -ne 0 && $ret -ne 129 ]]; then
+ tools/buildman/buildman -sdeP ${BUILDMAN};
exit $ret;
fi;
fi
@@ -96,31 +97,54 @@ matrix:
# we need to build by vendor due to 50min time limit for builds
# each env setting here is a dedicated build
- env:
- - BUILDMAN="arm1136"
+ - BUILDMAN="arm11"
- env:
- - BUILDMAN="arm1176"
- - env:
- - BUILDMAN="arm720t"
+ - BUILDMAN="arm7"
- env:
- BUILDMAN="arm920t"
- env:
+ - JOB="arm926ejs"
+ BUILDMAN="arm926ejs -x mx,siemens,atmel"
+ - env:
+ - BUILDMAN="arm946es"
+ - env:
- BUILDMAN="atmel -x avr32"
- env:
- BUILDMAN="avr32"
TOOLCHAIN="avr32"
- env:
- - BUILDMAN="davinci"
- - env:
- BUILDMAN="denx"
- env:
- JOB="Freescale ARM"
BUILDMAN="freescale -x powerpc,m68k"
- env:
+ - JOB="i.MX (non-Freescale)"
+ BUILDMAN="mx -x freescale"
+ - env:
+ - BUILDMAN="sun4i"
+ - env:
+ - BUILDMAN="sun5i"
+ - env:
+ - BUILDMAN="sun6i"
+ - env:
+ - BUILDMAN="sun7i"
+ - env:
+ - BUILDMAN="sun8i"
+ - env:
+ - BUILDMAN="sun9i"
+ - env:
+ - 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"
+ - env:
- BUILDMAN="sandbox x86"
TOOLCHAIN="x86_64"
- env:
- BUILDMAN="kirkwood"
- env:
+ - BUILDMAN="pxa"
+ - env:
- BUILDMAN="m68k"
TOOLCHAIN="m68k"
- env:
@@ -158,11 +182,18 @@ matrix:
- env:
- BUILDMAN="tegra"
- env:
- - BUILDMAN="ti"
+ - JOB="am33xx"
+ BUILDMAN="am33xx -x siemens"
+ - env:
+ - BUILDMAN="omap3"
+ - env:
+ - BUILDMAN="omap4"
+ - env:
+ - BUILDMAN="omap5"
- env:
- BUILDMAN="uniphier"
- env:
- - BUILDMAN="aarch64 -x tegra,freescale,uniphier"
+ - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi"
TOOLCHAIN="aarch64"
- env:
- BUILDMAN="sh4"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] travis-ci: Try harder to build all ARM targets
2016-11-05 23:34 [U-Boot] [PATCH] travis-ci: Try harder to build all ARM targets Tom Rini
@ 2016-11-07 1:17 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-11-07 1:17 UTC (permalink / raw)
To: u-boot
On Sat, Nov 05, 2016 at 07:34:49PM -0400, Tom Rini wrote:
> The way that we have things broken down currently allows for some
> combinations of vendor or CPU to not be built. To fix this, create a
> new catch-all job that excludes everything we've built elsewhere. For
> the sake of simplicity we are allowing for the possibility of some
> overlap between the vendor-based jobs and the CPU-based jobs. While
> we're in here, make a failed build provide the summary of failure.
>
> 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/20161106/f27341d3/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-07 1:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 23:34 [U-Boot] [PATCH] travis-ci: Try harder to build all ARM targets Tom Rini
2016-11-07 1:17 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox