Skip to content

Commit

Permalink
Merge pull request quarkusio#6523 from gsmet/higher-timeouts
Browse files Browse the repository at this point in the history
Set higher timeouts for JVM CI jobs
  • Loading branch information
gastaldi authored Jan 13, 2020
2 parents 9c34568 + 5c2cc6f commit a21d751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-templates/stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ stages:
- job: Build_JDK8_Linux
displayName: 'Build JDK8 Linux'
condition: and(eq(variables.LINUX_USE_VMS, ${{parameters.expectUseVMs}}),succeeded())
timeoutInMinutes: 75
timeoutInMinutes: 90
pool:
vmImage: 'Ubuntu 16.04'

Expand All @@ -108,7 +108,7 @@ stages:
- job: Windows_Build
displayName: 'Windows JVM Build'
condition: and(eq(variables.LINUX_USE_VMS, ${{parameters.expectUseVMs}}),succeeded())
timeoutInMinutes: 75
timeoutInMinutes: 90
pool:
# Always use hosted pool for windows
vmImage: 'vs2017-win2016'
Expand All @@ -130,7 +130,7 @@ stages:
options: '-B --settings azure-mvn-settings.xml -Dno-native -Dno-format'

- job: Build_JDK11_Linux
timeoutInMinutes: 75
timeoutInMinutes: 90
condition: and(eq(variables.LINUX_USE_VMS, ${{parameters.expectUseVMs}}),succeeded())
displayName: 'Linux JDK11 Build'
pool: ${{parameters.poolSettings}}
Expand All @@ -144,7 +144,7 @@ stages:
- template: prepare-cache.yaml

- job: Build_JDK12_Linux
timeoutInMinutes: 75
timeoutInMinutes: 90
condition: and(eq(variables.LINUX_USE_VMS, ${{parameters.expectUseVMs}}),succeeded())
displayName: 'Linux JDK12 Build'
pool: ${{parameters.poolSettings}}
Expand Down

0 comments on commit a21d751

Please sign in to comment.