Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorRadek Zikmund <32671551+rzikm@users.noreply.github.com>2022-08-11 22:35:07 +0300
committerGitHub <noreply@github.com>2022-08-11 22:35:07 +0300
commitb942f21d3d316448734569478e3688c4649cdf01 (patch)
tree9b8d693689c7c27563ec634be03fef4f9ccf198e /eng
parent3e0a5adaefc0936bdb8ec4b152914b5c996c97c6 (diff)
Temporarily remove Windows.11.Arm64.Open queue (#73780)
https://github.com/dotnet/runtime/pull/73713 added Windows.11.Arm64.Open runs to check MsQuic functionality there, but currently, there is no HW servicing the queue and the ci job timeouts. This PR temporarily suspends runs on the queue until appropriate HW is deployed to helix.
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/libraries/helix-queues-setup.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/pipelines/libraries/helix-queues-setup.yml b/eng/pipelines/libraries/helix-queues-setup.yml
index 014726d5ab5..cac632e7917 100644
--- a/eng/pipelines/libraries/helix-queues-setup.yml
+++ b/eng/pipelines/libraries/helix-queues-setup.yml
@@ -184,7 +184,8 @@ jobs:
# windows arm64
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
- Windows.10.Arm64.Open
- - Windows.11.Arm64.Open
+ # TODO: Uncomment once there is HW deployed to service Win11 ARM64 queue
+ # - Windows.11.Arm64.Open
# WebAssembly
- ${{ if eq(parameters.platform, 'Browser_wasm') }}: