summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2019-03-21 10:39:23 -0700
committerBrian Sullivan <briansul@microsoft.com>2019-03-21 10:39:23 -0700
commiteb053bdc938c26353372a6b14f6b5c05b823f7d0 (patch)
treed69bc3da2194c9d1f3915346f0cae360234b8649 /azure-pipelines.yml
parent9d8fc0a06eae4a657383929ba8ccfebb66730b61 (diff)
downloadcoreclr-eb053bdc938c26353372a6b14f6b5c05b823f7d0.tar.gz
coreclr-eb053bdc938c26353372a6b14f6b5c05b823f7d0.tar.bz2
coreclr-eb053bdc938c26353372a6b14f6b5c05b823f7d0.zip
Add coreclr-ci (Test Pri0 Linux_musl x64 release)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9711bb7271..f5a7c6749f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -191,7 +191,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_x64_musl
+ jobParameters:
+ testGroup: innerloop
+
+# Official test
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng/platform-matrix.yml
parameters: