[RFC PATCH v10 24/24] DO NOT MERGE: ci: Build the world in any case.

Francis Laniel francis.laniel at amarulasolutions.com
Wed Oct 4 18:42:20 CEST 2023


The CI can fails previously for reasons which are not tied to hush 2021.
Let's build the world in any case to check everything is OK there too.

Signed-off-by: Francis Laniel <francis.laniel at amarulasolutions.com>
---
 .azure-pipelines.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index da701e42da..3417722b21 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -447,6 +447,7 @@ stages:
         retryCountOnTaskFailure: 2 # QEMU may be too slow, etc.
 
 - stage: world_build
+  condition: always()
   jobs:
   - job: build_the_world
     timeoutInMinutes: 0 # Use the maximum allowed
-- 
2.34.1



More information about the U-Boot mailing list