From 00f8c81034543d7e100fe0ff687aaaace9775f80 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Thu, 17 Jan 2019 16:21:41 -0800 Subject: 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 --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.3