aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-12 16:22:22 -0400
committerTom Rini <trini@konsulko.com>2023-07-20 15:23:16 -0400
commit5c738b54927f9f4430f4b285f4fa10946909431b (patch)
tree1ca4c3b14981060ab08db3cc9ff6336b55204942 /.azure-pipelines.yml
parent8807b2e541eb9e47912d31d7bde8be5caefda5ac (diff)
downloadu-boot-5c738b54927f9f4430f4b285f4fa10946909431b.zip
u-boot-5c738b54927f9f4430f4b285f4fa10946909431b.tar.gz
u-boot-5c738b54927f9f4430f4b285f4fa10946909431b.tar.bz2
Azure: Add excludes to the imx8_imx9 job
The job to build all imx8 and imx9 platforms is currently close to, or sometimes exceeding the allowed build time. Exclude some platforms that are already being built under their vendor-specific job as well to reduce the time. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index cc5fa05..db6d676 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -506,7 +506,7 @@ stages:
imx:
BUILDMAN: "mx -x mx6,imx8,freescale,technexion,toradex"
imx8_imx9:
- BUILDMAN: "imx8 imx9"
+ BUILDMAN: "imx8 imx9 -x engicam,technexion,toradex"
keymile:
BUILDMAN: "keymile"
keystone2_keystone3: