From c81c3310a158e425825d9f33ff78061906045333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 22 Sep 2024 09:13:47 +0200 Subject: [PATCH] Wait for code format validation --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 531cf499..ebcdf742 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -306,8 +306,9 @@ jobs: # Docker amd64 # -- job: BuildAmd64Image +- job: Docker_Amd64_Image timeoutInMinutes: 360 + dependsOn: CodeFormatValidation displayName: 'Build amd64 Docker Image' pool: vmImage: 'ubuntu-latest' @@ -327,8 +328,9 @@ jobs: # Docker arm64 # -- job: BuildArm64Image +- job: Docker_Amd64_Image timeoutInMinutes: 360 + dependsOn: CodeFormatValidation displayName: 'Build arm64 Docker Image' pool: vmImage: 'ubuntu-latest'