Add coreclr-ci (Test Pri0 Linux_musl x64 release)
authorBrian Sullivan <briansul@microsoft.com>
Thu, 21 Mar 2019 17:39:23 +0000 (10:39 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Thu, 21 Mar 2019 17:39:23 +0000 (10:39 -0700)
azure-pipelines.yml

index 9711bb7..f5a7c67 100644 (file)
@@ -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: