未验证 提交 8d663721 编写于 作者: M Michal Strehovský 提交者: GitHub

Switch to the new ARM64 Helix queues (#77764)

上级 ca5bb931
......@@ -166,15 +166,15 @@ jobs:
# windows arm
- ${{ if eq(parameters.platform, 'windows_arm') }}:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
- Windows.10.Arm64v8.Open
- Windows.11.Arm64.Open
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- Windows.10.Arm64
- Windows.11.Arm64
# windows arm64
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
- Windows.10.Arm64v8.Open
- Windows.11.Arm64.Open
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- Windows.10.Arm64
- Windows.11.Arm64
${{ insert }}: ${{ parameters.jobParameters }}
......@@ -181,13 +181,11 @@ jobs:
# windows arm
- ${{ if eq(parameters.platform, 'windows_arm') }}:
- Windows.10.Arm64v8.Open
- Windows.11.Arm64.Open
# windows arm64
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
- Windows.10.Arm64.Open
# TODO: Uncomment once there is HW deployed to service Win11 ARM64 queue
# - Windows.11.Arm64.Open
- Windows.11.Arm64.Open
# Browser WebAssembly
- ${{ if eq(parameters.platform, 'Browser_wasm') }}:
......
......@@ -385,6 +385,7 @@ public static IEnumerable<object[]> Ctor_String_TestData()
[Theory]
[MemberData(nameof(Ctor_String_TestData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/79867", typeof(PlatformDetection), nameof(PlatformDetection.IsArm64Process), nameof(PlatformDetection.IsWindows))]
public void Ctor_String(string name, string[] expectedNames, bool expectToThrowOnBrowser = false)
{
if (!expectToThrowOnBrowser || PlatformDetection.IsNotBrowser)
......
......@@ -21,6 +21,7 @@ public static IEnumerable<object[]> CurrencyGroupSizes_TestData()
[Theory]
[MemberData(nameof(CurrencyGroupSizes_TestData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/79867", typeof(PlatformDetection), nameof(PlatformDetection.IsArm64Process), nameof(PlatformDetection.IsWindows))]
public void CurrencyGroupSizes_Get_ReturnsExpected(NumberFormatInfo format, int[] expected)
{
Assert.Equal(expected, format.CurrencyGroupSizes);
......
......@@ -102,6 +102,7 @@ public void TestNFIFormatLimits()
[Theory]
[MemberData(nameof(DigitSubstitution_TestData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/79867", typeof(PlatformDetection), nameof(PlatformDetection.IsArm64Process), nameof(PlatformDetection.IsWindows))]
public void DigitSubstitutionListTest(string cultureName, DigitShapes shape)
{
try
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册