summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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: