summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-05-21 16:48:22 -0700
committerEgor Chesakov <Egor.Chesakov@microsoft.com>2019-05-21 16:48:22 -0700
commit6082dd123634b4115afe9c862f56a0e76820622c (patch)
tree5f909c95645b19ca40f276298d17bb8bca85ad7f /eng
parent4aec14a2e624bdcdf30d9d5623a5ac1d84c93acd (diff)
downloadcoreclr-6082dd123634b4115afe9c862f56a0e76820622c.tar.gz
coreclr-6082dd123634b4115afe9c862f56a0e76820622c.tar.bz2
coreclr-6082dd123634b4115afe9c862f56a0e76820622c.zip
Add clarifying comment why Windows.10.Arn64.Open only used in Windows_NT/arm and only for CI builds
Diffstat (limited to 'eng')
-rw-r--r--eng/platform-matrix.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml
index 542ccb2046..f4fdb6d4ce 100644
--- a/eng/platform-matrix.yml
+++ b/eng/platform-matrix.yml
@@ -242,6 +242,7 @@ jobs:
osGroup: Windows_NT
osIdentifier: Windows_NT
helixQueues:
+ # TODO: Due to the limited capacity of the machines in Windows.10.Arm64.Open queue limit this to CI builds and only to Windows_NT/arm
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) }}:
- Windows.10.Arm64.Open
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
@@ -258,7 +259,7 @@ jobs:
osGroup: Windows_NT
osIdentifier: Windows_NT
helixQueues:
- # TODO: add Windows.10.Arm64.Open once Jenkins has been shutdown
+ # TODO: Consider adding Windows.10.Arm64.Open here if capacity is enough for handling both Windows_NT/arm and Windows_NT/arm64 testing
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- Windows.10.Arm64
${{ insert }}: ${{ parameters.jobParameters }}