summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-27 11:48:08 -0500
committerTom Rini <trini@konsulko.com>2022-12-29 09:50:53 -0500
commit478ed23e11beb96a071fb5387bfe117d0f84e5aa (patch)
tree33379d93573859d6060f05de490a92982def9fab /.azure-pipelines.yml
parentadcee0791f3318ead9b22879e2ce9409f400dcab (diff)
downloadu-boot-478ed23e11beb96a071fb5387bfe117d0f84e5aa.tar.gz
CI: Rework rockchip jobs in Azure
The rockchip job is getting close to the hard time limit in Azure for the free tier. Split this in to 32bit and 64bit board jobs. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 21213369c6..ca29479745 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -535,8 +535,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"
- rockchip:
- BUILDMAN: "rk"
+ rockchip_32bit:
+ BUILDMAN: "rk -x aarch64"
+ rockchip_64bit:
+ BUILDMAN: "rk&aarch64"
renesas:
BUILDMAN: "renesas"
zynq: