[PATCH] Azure: Add excludes to the imx8_imx9 job

Tom Rini trini at konsulko.com
Wed Jul 12 22:22:22 CEST 2023


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 at konsulko.com>
---
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 06c46b681c3f..8bb5ac682923 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:
-- 
2.34.1



More information about the U-Boot mailing list