summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-15 16:25:10 -0800
committerGitHub <noreply@github.com>2019-01-15 16:25:10 -0800
commite0c2b3baf839f2ef20f28c84b8706fe6cc572e6b (patch)
tree399604b5d4f7b0c2370d552c8cd7c2101117aa44 /azure-pipelines.yml
parent3f0903598d0e269e6aaf8e237b47269abe4ab7e8 (diff)
downloadcoreclr-e0c2b3baf839f2ef20f28c84b8706fe6cc572e6b.tar.gz
coreclr-e0c2b3baf839f2ef20f28c84b8706fe6cc572e6b.tar.bz2
coreclr-e0c2b3baf839f2ef20f28c84b8706fe6cc572e6b.zip
Use MSBuild to generate __TestEnv files (#21966)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f03925a9c7..b337223e6b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -125,6 +125,7 @@ jobs:
buildConfig: checked
jobParameters:
priority: 0
+ scenarios: 'normal,no_tiered_compilation'
timeoutInMinutes: 120
# Pri1 (CI)
@@ -135,6 +136,7 @@ jobs:
buildConfig: checked
jobParameters:
priority: 1
+ scenarios: 'normal,no_tiered_compilation'
timeoutInMinutes: 240
# Pri1 crossgen (CI)
@@ -146,6 +148,7 @@ jobs:
jobParameters:
priority: 1
crossgen: true
+ scenarios: 'normal,no_tiered_compilation'
timeoutInMinutes: 240
# Pri1 (Manual)
@@ -156,7 +159,7 @@ jobs:
buildConfig: checked
jobParameters:
priority: 1
- scenarios: 'normal,jitstress1,jitstress2,gcstress0x3,gcstress0xc'
+ scenarios: 'normal,no_tiered_compilation,jitstress1,jitstress2,jitstress1_tiered,jitstress2_tiered'
timeoutInMinutes: 300
#
@@ -172,6 +175,7 @@ jobs:
jobParameters:
priority: 1
timeoutInMinutes: 240
+ scenarios: 'normal,no_tiered_compilation'
# Pri1 crossgen (Official Build)
- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
@@ -183,6 +187,7 @@ jobs:
priority: 1
crossgen: true
timeoutInMinutes: 240
+ scenarios: 'normal,no_tiered_compilation'
# Publish build information to Build Assets Registry