All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Azure: Add excludes to the imx8_imx9 job
@ 2023-07-12 20:22 Tom Rini
  2023-07-12 20:33 ` Simon Glass
  2023-07-21  1:30 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2023-07-12 20:22 UTC (permalink / raw)
  To: u-boot

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>
---
 .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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Azure: Add excludes to the imx8_imx9 job
  2023-07-12 20:22 [PATCH] Azure: Add excludes to the imx8_imx9 job Tom Rini
@ 2023-07-12 20:33 ` Simon Glass
  2023-07-21  1:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-07-12 20:33 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

On Wed, 12 Jul 2023 at 14:22, Tom Rini <trini@konsulko.com> wrote:
>
> 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>
> ---
>  .azure-pipelines.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Azure: Add excludes to the imx8_imx9 job
  2023-07-12 20:22 [PATCH] Azure: Add excludes to the imx8_imx9 job Tom Rini
  2023-07-12 20:33 ` Simon Glass
@ 2023-07-21  1:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-07-21  1:30 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

On Wed, Jul 12, 2023 at 04:22:22PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-21  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-12 20:22 [PATCH] Azure: Add excludes to the imx8_imx9 job Tom Rini
2023-07-12 20:33 ` Simon Glass
2023-07-21  1:30 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.