Restrict the set of platforms for GCStress testing. (#23353)
authorSergey Andreenko <seandree@microsoft.com>
Wed, 20 Mar 2019 17:12:06 +0000 (10:12 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2019 17:12:06 +0000 (10:12 -0700)
azure-pipelines.yml

index 5016d75..9711bb7 100644 (file)
@@ -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