summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-28 00:01:28 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 00:56:22 +0300
commit5ea605ce49387f01384b8e5938554586ff9d61df (patch)
tree87444c2cb41f82524b61135cf2be4b8dfb895ca4 /.azure-pipelines.yml
parent62db08982c32fe7bc802b6d268fe58878010c619 (diff)
downloadu-boot-5ea605ce49387f01384b8e5938554586ff9d61df.tar.xz
AzureCI: Move i.MX8 builds to their own job
The aarch64 catch-all job is starting to get close to or exceed the time limit for jobs. Move the i.MX8 boards to their own job to fix this. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index e3a994e0c4..c088e1ac99 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -374,6 +374,8 @@ jobs:
BUILDMAN: "mx6 -x boundary,engicam,freescale,technexion,toradex"
imx:
BUILDMAN: "mx -x mx6,freescale,technexion,toradex"
+ imx8:
+ BUILDMAN: "imx8"
keystone2_keystone3:
BUILDMAN: "k2 k3"
samsung_socfpga:
@@ -433,7 +435,7 @@ jobs:
uniphier:
BUILDMAN: "uniphier"
aarch64_catch_all:
- BUILDMAN: "aarch64 -x bcm,k3,tegra,ls1,ls2,lx216,mvebu,uniphier,renesas,sunxi,samsung,socfpga,rk,versal,zynq"
+ BUILDMAN: "aarch64 -x bcm,imx8,k3,tegra,ls1,ls2,lx216,mvebu,uniphier,renesas,sunxi,samsung,socfpga,rk,versal,zynq"
rockchip:
BUILDMAN: "rk"
renesas: