diff mbox series

[1/5] Azure: Correct comment about the strategy in the world matrix build

Message ID 20240618141851.3303112-1-trini@konsulko.com
State Accepted
Commit 797e536bb9aa6863b3508ebe03f16ec4d02d0498
Delegated to: Tom Rini
Headers show
Series [1/5] Azure: Correct comment about the strategy in the world matrix build | expand

Commit Message

Tom Rini June 18, 2024, 2:18 p.m. UTC
At this point noting that we have a split in our job similar to TravisCI
(which we have not used in years) isn't helpful, and is also not true
anymore either. Instead, explain that we split the world up in to 10
jobs as that's the maximum we can have going in parallel on the free
tier of Azure.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .azure-pipelines.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini June 28, 2024, 7:49 p.m. UTC | #1
On Tue, 18 Jun 2024 08:18:47 -0600, Tom Rini wrote:

> At this point noting that we have a split in our job similar to TravisCI
> (which we have not used in years) isn't helpful, and is also not true
> anymore either. Instead, explain that we split the world up in to 10
> jobs as that's the maximum we can have going in parallel on the free
> tier of Azure.
> 
> 
> [...]

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 27f69583c655..f662f41872fd 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -473,8 +473,8 @@  stages:
     pool:
       vmImage: $(ubuntu_vm)
     strategy:
-      # Use almost the same target division in .travis.yml, only merged
-      # 3 small build jobs (arc/microblaze/xtensa) into one.
+      # We split the world up in to 10 jobs as we can have at most 10
+      # parallel jobs going on the free tier of Azure.
       matrix:
         am33xx_at91_kirkwood_mvebu_omap:
           BUILDMAN: "am33xx at91_kirkwood mvebu omap -x siemens"