From 0eae19e1754517085d38df2a48861c2370c26eea Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Wed, 20 Mar 2019 10:12:06 -0700 Subject: Restrict the set of platforms for GCStress testing. (#23353) --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.3