summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2019-04-02 14:46:27 -0700
committerBrian Sullivan <briansul@microsoft.com>2019-04-02 14:48:53 -0700
commit86b717d8c056d234bd33a5ce8019727ec32ff7e7 (patch)
tree276e56aec6f517c13004a1b6f3c4697ecc97d29a /azure-pipelines.yml
parent4defb6ccb57d5dc719aa7f51fb4cab1f168c9e44 (diff)
downloadcoreclr-86b717d8c056d234bd33a5ce8019727ec32ff7e7.tar.gz
coreclr-86b717d8c056d234bd33a5ce8019727ec32ff7e7.tar.bz2
coreclr-86b717d8c056d234bd33a5ce8019727ec32ff7e7.zip
Reduce Check build and Check tests for PullRequest to
- Linux_arm - Linux_arm64 - Linux_musl_x64 - Linux_x64 - OSX_x64 - Windows_NT_arm - Windows_NT_arm64 - Windows_NT_x64 - Windows_NT_x86
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f3a279c430..7ef2e7be33 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -123,6 +123,17 @@ jobs:
parameters:
jobTemplate: build-job.yml
buildConfig: checked
+ ${{ if and(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.DefinitionName'], 'coreclr-ci')) }}:
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_musl_x64
+ - Linux_x64
+ - OSX_x64
+ - Windows_NT_arm
+ - Windows_NT_arm64
+ - Windows_NT_x64
+ - Windows_NT_x86
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
platforms:
- Linux_arm
@@ -130,6 +141,7 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
+
#
# Release builds
#
@@ -177,6 +189,17 @@ jobs:
parameters:
jobTemplate: test-job.yml
buildConfig: checked
+ ${{ if and(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.DefinitionName'], 'coreclr-ci')) }}:
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_musl_x64
+ - Linux_x64
+ - OSX_x64
+ - Windows_NT_arm
+ - Windows_NT_arm64
+ - Windows_NT_x64
+ - Windows_NT_x86
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
platforms:
- Linux_arm