* [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job
@ 2019-10-09 15:04 Tom Rini
2019-10-09 15:04 ` [U-Boot] [PATCH 2/2] travis: Move keystone 3 (k3) boards into the k2 job Tom Rini
2019-10-09 20:21 ` [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Tom Rini @ 2019-10-09 15:04 UTC (permalink / raw)
To: u-boot
As both "catch-all" ARM jobs are nearing their time limit, move all of
the bcm SoC boards into a single job.
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.travis.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c48b711659e9..ebe849f9909c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -180,6 +180,9 @@ matrix:
- name: "buildman boundary engicam toradex"
env:
- BUILDMAN="boundary engicam toradex"
+ - name: "buildman bcm"
+ env:
+ - BUILDMAN="bcm"
- name: "buildman NXP ARM32"
env:
- BUILDMAN="freescale -x powerpc,m68k,aarch64"
@@ -239,7 +242,7 @@ matrix:
- BUILDMAN="sun50i"
- name: "buildman catch-all ARM"
env:
- - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,xilinx"
+ - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,xilinx"
- name: "buildman sandbox x86"
env:
- BUILDMAN="sandbox x86"
@@ -310,7 +313,7 @@ matrix:
- BUILDMAN="uniphier"
- name: "buildman catch-all AArch64"
env:
- - BUILDMAN="aarch64 -x tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
+ - BUILDMAN="aarch64 -x bcm,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
- name: "buildman rockchip"
env:
- BUILDMAN="rockchip"
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] travis: Move keystone 3 (k3) boards into the k2 job
2019-10-09 15:04 [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job Tom Rini
@ 2019-10-09 15:04 ` Tom Rini
2019-10-09 20:21 ` Tom Rini
2019-10-09 20:21 ` [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2019-10-09 15:04 UTC (permalink / raw)
To: u-boot
Build the keystone 3 platforms with the keystone 2 platforms, in order
to get back more room in the "catch-all" build jobs.
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ebe849f9909c..caad1ee33de1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -210,9 +210,9 @@ matrix:
- name: "buildman i.MX (non-NXP,i.MX6,toradex)"
env:
- BUILDMAN="mx -x freescale,mx6,toradex"
- - name: "buildman k2"
+ - name: "buildman keystone 2/3"
env:
- - BUILDMAN="k2"
+ - BUILDMAN="k2 k3"
- name: "buildman samsung socfpga"
env:
- BUILDMAN="samsung socfpga"
@@ -242,7 +242,7 @@ matrix:
- BUILDMAN="sun50i"
- name: "buildman catch-all ARM"
env:
- - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,xilinx"
+ - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,k3,xilinx"
- name: "buildman sandbox x86"
env:
- BUILDMAN="sandbox x86"
@@ -313,7 +313,7 @@ matrix:
- BUILDMAN="uniphier"
- name: "buildman catch-all AArch64"
env:
- - BUILDMAN="aarch64 -x bcm,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
+ - BUILDMAN="aarch64 -x bcm,k3,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
- name: "buildman rockchip"
env:
- BUILDMAN="rockchip"
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job
2019-10-09 15:04 [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job Tom Rini
2019-10-09 15:04 ` [U-Boot] [PATCH 2/2] travis: Move keystone 3 (k3) boards into the k2 job Tom Rini
@ 2019-10-09 20:21 ` Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-10-09 20:21 UTC (permalink / raw)
To: u-boot
On Wed, Oct 09, 2019 at 11:04:12AM -0400, Tom Rini wrote:
> As both "catch-all" ARM jobs are nearing their time limit, move all of
> the bcm SoC boards into a single job.
>
> 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: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191009/fd4186da/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] travis: Move keystone 3 (k3) boards into the k2 job
2019-10-09 15:04 ` [U-Boot] [PATCH 2/2] travis: Move keystone 3 (k3) boards into the k2 job Tom Rini
@ 2019-10-09 20:21 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-10-09 20:21 UTC (permalink / raw)
To: u-boot
On Wed, Oct 09, 2019 at 11:04:13AM -0400, Tom Rini wrote:
> Build the keystone 3 platforms with the keystone 2 platforms, in order
> to get back more room in the "catch-all" build 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: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191009/dd39352f/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-10-09 20:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-09 15:04 [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job Tom Rini
2019-10-09 15:04 ` [U-Boot] [PATCH 2/2] travis: Move keystone 3 (k3) boards into the k2 job Tom Rini
2019-10-09 20:21 ` Tom Rini
2019-10-09 20:21 ` [U-Boot] [PATCH 1/2] travis: Split bcm SoCs into their own build job Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox