summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2019-05-03 16:52:46 -0700
committerGitHub <noreply@github.com>2019-05-03 16:52:46 -0700
commitb8f926288af2f8deef09835d97d66a5f9bfda082 (patch)
tree067bc32c06e12e1f3fbf2cf74324efbfa1276fa2 /azure-pipelines.yml
parent68fb276abfa8eed66dabc14cfab792f8150ad753 (diff)
downloadcoreclr-b8f926288af2f8deef09835d97d66a5f9bfda082.tar.gz
coreclr-b8f926288af2f8deef09835d97d66a5f9bfda082.tar.bz2
coreclr-b8f926288af2f8deef09835d97d66a5f9bfda082.zip
Enable CoreFX test filtering for CoreCLR PRs (#24259)
This change enables CoreFX tests for CoreCLR.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f1a9205f30..e783cc1bf6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -235,6 +235,18 @@ jobs:
jobParameters:
readyToRun: true
testGroup: innerloop
+ displayNameArgs: R2R
+ # The CoreFX runs against CoreCLR
+ - template: eng/platform-matrix.yml
+ parameters:
+ jobTemplate: test-job.yml
+ buildConfig: release
+ platforms:
+ - Windows_NT_x64
+ jobParameters:
+ corefxTests: true
+ testGroup: innerloop
+ displayNameArgs: CoreFX
# CI
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) }}:
@@ -263,6 +275,7 @@ jobs:
jobParameters:
readyToRun: true
testGroup: outerloop
+ displayNameArgs: R2R
#
# Release test builds
@@ -295,6 +308,7 @@ jobs:
jobParameters:
testGroup: outerloop
readyToRun: true
+ displayNameArgs: R2R
# Publish build information to Build Assets Registry