summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-03-20 10:12:06 -0700
committerGitHub <noreply@github.com>2019-03-20 10:12:06 -0700
commit0eae19e1754517085d38df2a48861c2370c26eea (patch)
treecbabb14c6648e9dd639f9aad53affa4e4d01c40b /azure-pipelines.yml
parent0ee508291b7cec2b0a0d5e7929846d3e40446810 (diff)
downloadcoreclr-0eae19e1754517085d38df2a48861c2370c26eea.tar.gz
coreclr-0eae19e1754517085d38df2a48861c2370c26eea.tar.bz2
coreclr-0eae19e1754517085d38df2a48861c2370c26eea.zip
Restrict the set of platforms for GCStress testing. (#23353)
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 5016d7514a..9711bb7271 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -108,6 +108,13 @@ jobs:
parameters:
jobTemplate: build-job.yml
buildConfig: checked
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_x64
+ - Windows_NT_x64
+ - Windows_NT_x86
#
# Release build (Pull request)
@@ -142,6 +149,13 @@ jobs:
parameters:
jobTemplate: test-job.yml
buildConfig: checked
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_x64
+ - Windows_NT_x64
+ - Windows_NT_x86
jobParameters:
${{ if eq(variables['Build.DefinitionName'], 'coreclr-ci') }}:
testGroup: innerloop