summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-23 08:11:49 -0800
committerGitHub <noreply@github.com>2019-01-23 08:11:49 -0800
commit34f870e82141cc42e282e1d80fc8bac66554696a (patch)
tree859d49e8ae9d67eea28a1aa02488feba71870f87 /eng
parente567dfbb8662dade53da0138964711eab1920279 (diff)
downloadcoreclr-34f870e82141cc42e282e1d80fc8bac66554696a.tar.gz
coreclr-34f870e82141cc42e282e1d80fc8bac66554696a.tar.bz2
coreclr-34f870e82141cc42e282e1d80fc8bac66554696a.zip
Use Windows.10.Arm64.Open with Jenkins ONLY (#22144)
Diffstat (limited to 'eng')
-rw-r--r--eng/platform-matrix.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml
index 520fdf0475..d3bb8d8083 100644
--- a/eng/platform-matrix.yml
+++ b/eng/platform-matrix.yml
@@ -135,7 +135,7 @@ jobs:
archType: arm
osGroup: Windows_NT
osIdentifier: Windows_NT
- helixQueuesPublic: 'Windows.10.Arm64.Open'
+ # TODO: return back Windows.10.Arm64.Open
helixQueuesInternal: 'Windows.10.Arm64'
${{ insert }}: ${{ parameters.jobParameters }}
@@ -145,6 +145,6 @@ jobs:
archType: arm64
osGroup: Windows_NT
osIdentifier: Windows_NT
- helixQueuesPublic: 'Windows.10.Arm64.Open'
+ # TODO: return back Windows.10.Arm64.Open
helixQueuesInternal: 'Windows.10.Arm64'
${{ insert }}: ${{ parameters.jobParameters }}