Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump non-existent Win10 ARM64 helix queue to Win11 #81545

Merged

Conversation

carlossanlop
Copy link
Member

Saw this infra failure message in a release/7.0 PR: #81139

[release/7.0] Helix API does not contain an entry for Windows.10.Arm64.Open

The entry no longer exists: https://helix.dot.net/#Test-External-Windows

There's a TODO comment to replace Windows 10 ARM64 with 11 when it is added:

# 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

I fixed that entry in the release/7.0 branch so that it matches what we already have in main:

# windows arm64
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
- Windows.11.Arm64.Open

@ghost
Copy link

ghost commented Feb 2, 2023

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Saw this infra failure message in a release/7.0 PR: #81139

[release/7.0] Helix API does not contain an entry for Windows.10.Arm64.Open

The entry no longer exists: https://helix.dot.net/#Test-External-Windows

There's a TODO comment to replace Windows 10 ARM64 with 11 when it is added:

# 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

I fixed that entry in the release/7.0 branch so that it matches what we already have in main:

# windows arm64
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
- Windows.11.Arm64.Open

Author: carlossanlop
Assignees: carlossanlop
Labels:

area-Infrastructure

Milestone: 7.0.x

@carlossanlop
Copy link
Member Author

Will merge when the branches open.

@carlossanlop carlossanlop modified the milestones: 7.0.x, 7.0.4 Feb 2, 2023
@carlossanlop carlossanlop merged commit d3faad6 into dotnet:release/7.0 Feb 8, 2023
@carlossanlop carlossanlop deleted the BumpWin10Arm64HelixQueue branch February 8, 2023 00:07
carlossanlop added a commit that referenced this pull request Feb 8, 2023
carlossanlop added a commit that referenced this pull request Feb 8, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants