From 0325bb7a6331c662f091e7173125b146ceac9d82 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 7 Feb 2025 23:03:56 +0100 Subject: [PATCH] ci(azure-pipelines): apply pool and timeout params for build jobs --- azure-pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 3100fcf96..0bf1d1d16 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -87,6 +87,8 @@ stages: - job: Build_${{service.name}} displayName: Compile ${{service.name}} dependsOn: ${{service.dependsOn}} + pool: '${{service.buildPool}}' + timeoutInMinutes: ${{service.buildTimeout}} container: # TODO: do not use latest on update branches image: $(buildImageUpstream)/${{service.name}}:latest