diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-04 16:46:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-04 16:46:15 -0400 |
commit | 8afd6f74c3d28a8590e5cca6b145402c9e6cd5dd (patch) | |
tree | 5ff1d2333f273bb0086e05108de5f91404321f93 | |
parent | 9787da0d32c2d58bae790a16ded0fe0c150c3280 (diff) | |
download | u-boot-8afd6f74c3d28a8590e5cca6b145402c9e6cd5dd.zip u-boot-8afd6f74c3d28a8590e5cca6b145402c9e6cd5dd.tar.gz u-boot-8afd6f74c3d28a8590e5cca6b145402c9e6cd5dd.tar.bz2 |
Azure: Rework Rockchip jobs again
The job for rockchip vendor platforms has again gotten close to or
exceeded one hour. Rework things such that we move the 32bit platforms
back to the general 32bit ARM job (as there's time there) and make these
build only the 64bit platforms.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | .azure-pipelines.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2678e5a..81913bc 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -540,7 +540,7 @@ stages: sun50i: BUILDMAN: "sun50i" arm_catch_all: - BUILDMAN: "arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,renesas,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,rk,toradex,socfpga,k2,k3,zynq" + BUILDMAN: "arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,renesas,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,toradex,socfpga,k2,k3,zynq" sandbox_x86: BUILDMAN: "sandbox x86" technexion: @@ -567,10 +567,10 @@ stages: BUILDMAN: "uniphier" aarch64_catch_all: BUILDMAN: "aarch64 -x amlogic,bcm,imx8,imx9,k3,tegra,ls1,ls2,lx216,mvebu,uniphier,renesas,sunxi,samsung,socfpga,rk,versal,zynq" - rk_rv_non_rockchip: - BUILDMAN: "rk|rv -x rockchip" - rk_rv_and_rockchip: - BUILDMAN: "(rk|rv)&rockchip" + rk_non_rockchip_64bit: + BUILDMAN: "rk&aarch64 -x rockchip" + rk_rockchip_64bit: + BUILDMAN: "rk&aarch64&rockchip" renesas: BUILDMAN: "renesas" zynq: |