Skip to content

Commit

Permalink
Set Azure timeout to 2 hours for all the jobs (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Aug 14, 2019
1 parent 15b5af8 commit d0f5179
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

jobs:
- job: xenial_gcc_release
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -15,6 +16,7 @@ jobs:
- template: .ci/azure-pipelines/docker.yml

- job: bionic_gcc_debug
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -27,6 +29,7 @@ jobs:
- template: .ci/azure-pipelines/docker.yml

- job: bionic_gcc_dartpy_release
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -38,9 +41,9 @@ jobs:
DOCKERFILE: Dockerfile.ubuntu-bionic
steps:
- template: .ci/azure-pipelines/docker.yml
timeoutInMinutes: 0

- job: disco_gcc_debug
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -53,6 +56,7 @@ jobs:
- template: .ci/azure-pipelines/docker.yml

- job: disco_gcc_dartpy_release
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -64,9 +68,9 @@ jobs:
DOCKERFILE: Dockerfile.ubuntu-disco
steps:
- template: .ci/azure-pipelines/docker.yml
timeoutInMinutes: 0

- job: eoan_gcc_debug
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -79,6 +83,7 @@ jobs:
- template: .ci/azure-pipelines/docker.yml

- job: eoan_gcc_dartpy_release
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
variables:
Expand All @@ -90,9 +95,9 @@ jobs:
DOCKERFILE: Dockerfile.ubuntu-eoan
steps:
- template: .ci/azure-pipelines/docker.yml
timeoutInMinutes: 0

- job: mojav_clang_debug
timeoutInMinutes: 120
pool:
vmImage: 'macOS-10.14'
variables:
Expand All @@ -108,6 +113,7 @@ jobs:
displayName: 'Script'
- job: mojav_clang_dartpy_release
timeoutInMinutes: 120
pool:
vmImage: 'macOS-10.14'
variables:
Expand All @@ -124,9 +130,9 @@ jobs:
displayName: 'Script'
- job: windows_vs2019_x64
timeoutInMinutes: 120
pool:
vmImage: 'windows-2019'
timeoutInMinutes: 0
strategy:
matrix:
# Debug64:
Expand Down

0 comments on commit d0f5179

Please sign in to comment.