diff mbox series

[v11,24/24] DO NOT MERGE: ci: Build the world in any case.

Message ID 20231107214121.132079-25-francis.laniel@amarulasolutions.com
State RFC
Delegated to: Tom Rini
Headers show
Series Modernize U-Boot shell | expand

Commit Message

Francis Laniel Nov. 7, 2023, 9:41 p.m. UTC
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@amarulasolutions.com>
---
 .azure-pipelines.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Nov. 8, 2023, 10:56 p.m. UTC | #1
On Tue, Nov 07, 2023 at 11:41:21PM +0200, Francis Laniel wrote:

> 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@amarulasolutions.com>
> ---
>  .azure-pipelines.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
> index d6f3fa423c..4eaf0e9062 100644
> --- a/.azure-pipelines.yml
> +++ b/.azure-pipelines.yml
> @@ -469,6 +469,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

I _think_ this patch can just be dropped from your series as well at
this point. Azure now has some automatic retry logic that catches most
of the cases of when the job fails but it's not our codebase that caused
the problem and it's something transient to the CI hosts/etc.
diff mbox series

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d6f3fa423c..4eaf0e9062 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -469,6 +469,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