Skip to content

Commit

Permalink
Add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner authored Jan 24, 2024
1 parent ce3b3b0 commit 4d818be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ jobs:
displayName: "Build: windows 2019 prometheus-collector image"
pool:
name: Azure-Pipelines-Windows-CI-Test-EO
timeoutInMinutes: 120
dependsOn:
- Image_Tags_and_Ev2_Artifacts
variables:
Expand Down Expand Up @@ -665,6 +666,7 @@ jobs:
displayName: "Build: windows 2022 prometheus-collector image"
pool:
name: Azure-Pipelines-Windows-CI-Test-EO
timeoutInMinutes: 120
dependsOn:
- Image_Tags_and_Ev2_Artifacts
variables:
Expand Down Expand Up @@ -697,6 +699,7 @@ jobs:
displayName: "Build: windows multi-arch prometheus-collector image"
pool:
name: Azure-Pipelines-Windows-CI-Test-EO
timeoutInMinutes: 120
dependsOn:
- Image_Tags_and_Ev2_Artifacts
- Windows2019_Prometheus_Collector
Expand Down

0 comments on commit 4d818be

Please sign in to comment.