diff options
author | Tom Rini <trini@konsulko.com> | 2019-10-14 18:12:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-16 18:09:55 -0400 |
commit | 568356d8d609bd57b8cc4c7c3d2c0e74b1624e32 (patch) | |
tree | 3bb988631763c4fc0d373885caa900063d1fc85c /.travis.yml | |
parent | 95b221543464a4471257d7643b63eabbd6dca8cf (diff) | |
download | u-boot-568356d8d609bd57b8cc4c7c3d2c0e74b1624e32.tar.gz |
travis: Split and rename xilinx ARM in to two jobs
Split the ARMv7 and AArch64 platforms into separate jobs, to avoid them
taking too long to build overall. Also rename them from "Xilinx" to
"Zynq*" to reflect slightly better what is being built and to pull in a
few more board matches.
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index e769fc61fc..a3e7451bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -248,7 +248,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,rockchip,toradex,socfpga,k2,k3,xilinx" + - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,rockchip,toradex,socfpga,k2,k3,zynq" - name: "buildman sandbox x86" env: - BUILDMAN="sandbox x86" @@ -319,7 +319,7 @@ matrix: - BUILDMAN="uniphier" - name: "buildman catch-all AArch64" env: - - BUILDMAN="aarch64 -x bcm,k3,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx" + - BUILDMAN="aarch64 -x bcm,k3,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,versal,zynq" - name: "buildman rockchip" env: - BUILDMAN="rockchip" @@ -327,9 +327,12 @@ matrix: env: - BUILDMAN="sh -x arm" TOOLCHAIN="sh" - - name: "buildman Xilinx (ARM)" + - name: "buildman Zynq* (ARMv7)" env: - - BUILDMAN="xilinx -x microblaze" + - BUILDMAN="zynq&armv7" + - name: "buildman ZynqMP and Versal" + env: + - BUILDMAN="versal|zynqmp&aarch64" - name: "buildman xtensa" env: - BUILDMAN="xtensa" |