summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-03-26 10:59:04 -0700
committerGitHub <noreply@github.com>2019-03-26 10:59:04 -0700
commit9efba4fab6ef4401b431d0ec8c2943bcfc81b2b1 (patch)
tree9ca64fd3300c29f128091cedbf7a5f1753bb17c5 /azure-pipelines.yml
parent0d8c82a7db5123f1da1f639e4a032b8c8c0aa139 (diff)
parente6c49f73eac2413fdc7a1024fc0f1585e39db026 (diff)
downloadcoreclr-9efba4fab6ef4401b431d0ec8c2943bcfc81b2b1.tar.gz
coreclr-9efba4fab6ef4401b431d0ec8c2943bcfc81b2b1.tar.bz2
coreclr-9efba4fab6ef4401b431d0ec8c2943bcfc81b2b1.zip
Merge pull request #23433 from dotnet-maestro-bot/merge/master-to-release/3.0
[automated] Merge branch 'master' => 'release/3.0'
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml27
1 files changed, 26 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b1ef2dac13..f590362601 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -112,6 +112,13 @@ jobs:
parameters:
jobTemplate: build-job.yml
buildConfig: checked
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_x64
+ - Windows_NT_x64
+ - Windows_NT_x86
#
# Release build (Pull request)
@@ -146,6 +153,13 @@ jobs:
parameters:
jobTemplate: test-job.yml
buildConfig: checked
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_x64
+ - Windows_NT_x64
+ - Windows_NT_x86
jobParameters:
${{ if eq(variables['Build.DefinitionName'], 'coreclr-ci') }}:
testGroup: innerloop
@@ -181,7 +195,18 @@ jobs:
# Release test builds
#
-# Official build
+# Pull-Request test
+- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.DefinitionName'], 'coreclr-ci')) }}:
+ - template: eng/platform-matrix.yml
+ parameters:
+ jobTemplate: test-job.yml
+ buildConfig: release
+ platforms:
+ - Linux_musl_x64
+ jobParameters:
+ testGroup: innerloop
+
+# Official test
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng/platform-matrix.yml
parameters: