aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-19 11:20:07 -0400
committerTom Rini <trini@konsulko.com>2023-07-19 11:20:07 -0400
commit0c66fc8597721358e94d55ce148db12d0114e55e (patch)
treeca4b24ca525d163909f1878131c1562b4127c0a0
parentf174ff9b6ad4ce8a55eca23f6a05cdb46c2c5daf (diff)
downloadu-boot-WIP/rework-azure-rk.zip
u-boot-WIP/rework-azure-rk.tar.gz
u-boot-WIP/rework-azure-rk.tar.bz2
Azure: Rework our Rockchip jobs slightlyWIP/rework-azure-rk
Currently the 64bit "rk" job is close to and sometimes goes over the job time limit. Let us rework this in to one job for "rk" and "rv" (which are the SoC prefixes) jobs which include or exclude "rockchip" the board vendor. This gives us two jobs of similar numbers of platforms to build now instead. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--.azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 06c46b6..ef4fe0d 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -563,10 +563,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_32bit:
- BUILDMAN: "rk -x aarch64"
- rockchip_64bit:
- BUILDMAN: "rk&aarch64"
+ rk_rv_non_rockchip:
+ BUILDMAN: "rk|rv -x rockchip"
+ rk_rv_and_rockchip:
+ BUILDMAN: "(rk|rv)&rockchip"
renesas:
BUILDMAN: "renesas"
zynq: