summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-17 16:21:41 -0800
committerGitHub <noreply@github.com>2019-01-17 16:21:41 -0800
commit00f8c81034543d7e100fe0ff687aaaace9775f80 (patch)
tree2292c95c5b2cecb5e81e5e2f8f86d0919d8c329f /azure-pipelines.yml
parent5ee3f12023b070a777ceb09c8554b88eb8a2cd63 (diff)
downloadcoreclr-00f8c81034543d7e100fe0ff687aaaace9775f80.tar.gz
coreclr-00f8c81034543d7e100fe0ff687aaaace9775f80.tar.bz2
coreclr-00f8c81034543d7e100fe0ff687aaaace9775f80.zip
Unblock Azure DevOps-as-CI (#22042)
* Disable JIT.Methodical/doublearray/dblarray3_cs_do * Disable readytorun.r2rdump/R2RDumpTest * Disable RedHat.6.Amd64.Open queue * Rename Creator coreclr/pulls -> coreclr-pulls * IsExternal is deprecated as of https://github.com/dotnet/arcade build 20190115.6 * Increase timeout for all test jobs
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b337223e6b..f40bbad15f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -126,7 +126,7 @@ jobs:
jobParameters:
priority: 0
scenarios: 'normal,no_tiered_compilation'
- timeoutInMinutes: 120
+ timeoutInMinutes: 240
# Pri1 (CI)
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) }}:
@@ -137,7 +137,7 @@ jobs:
jobParameters:
priority: 1
scenarios: 'normal,no_tiered_compilation'
- timeoutInMinutes: 240
+ timeoutInMinutes: 360
# Pri1 crossgen (CI)
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) }}:
@@ -149,7 +149,7 @@ jobs:
priority: 1
crossgen: true
scenarios: 'normal,no_tiered_compilation'
- timeoutInMinutes: 240
+ timeoutInMinutes: 360
# Pri1 (Manual)
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'Manual')) }}:
@@ -160,7 +160,7 @@ jobs:
jobParameters:
priority: 1
scenarios: 'normal,no_tiered_compilation,jitstress1,jitstress2,jitstress1_tiered,jitstress2_tiered'
- timeoutInMinutes: 300
+ timeoutInMinutes: 480
#
# Release test builds (Official Build)
@@ -174,8 +174,8 @@ jobs:
buildConfig: release
jobParameters:
priority: 1
- timeoutInMinutes: 240
scenarios: 'normal,no_tiered_compilation'
+ timeoutInMinutes: 360
# Pri1 crossgen (Official Build)
- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
@@ -186,8 +186,8 @@ jobs:
jobParameters:
priority: 1
crossgen: true
- timeoutInMinutes: 240
scenarios: 'normal,no_tiered_compilation'
+ timeoutInMinutes: 360
# Publish build information to Build Assets Registry