]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Azure: Add excludes to the imx8_imx9 job
authorTom Rini <trini@konsulko.com>
Wed, 12 Jul 2023 20:22:22 +0000 (16:22 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jul 2023 19:23:16 +0000 (15:23 -0400)
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>
.azure-pipelines.yml

index cc5fa05a5fce3db9b12a8d101b4be1a4d4ec3629..db6d676a132ea0b08125512ce26746ec1bf2e5e0 100644 (file)
@@ -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: