Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] [infrastructure] Update Windows server queue - #67554
[release/6.0] [infrastructure] Update Windows server queue#67554josalem wants to merge 1 commit into
Conversation
ghost
commented
Apr 4, 2022
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsA recent Arcade rollout deprecated the Windows.10.Amd64.Server19H1.ES.Open queue for Windows.10.Amd64.Server2022.ES.Open. All release/6.0 CI is failing due to this change. This patch updates the queue to the new one.
|
josalem
commented
Apr 4, 2022
The queue change is seemingly causing errors in the System.Net.Security TLS tests. Interestingly, some of the exceptions appear to be in Spanish and some in English. |
danmoseley
commented
Apr 4, 2022
The OS is Spanish locale and the Spanish language messages are coming from calls to |
danmoseley
commented
Apr 4, 2022
cc @wfurt |
elinor-fung
commented
Apr 5, 2022
I have the same change for updating the queues in: #67054. The backport of the System.Net test fixes from @CarnaViire / @wfurt is: #67240. |
radical
commented
Apr 5, 2022
The wasm tests depend on emsdk, and other bits installed in the image. We should trigger the mono builds here. |
josalem
commented
Apr 5, 2022
dup2 #67054 |
dotnet/arcade#8740
A recent Arcade rollout deprecated the Windows.10.Amd64.Server19H1.ES.Open queue for Windows.10.Amd64.Server2022.ES.Open. All release/6.0 CI is failing due to this change. This patch updates the queue to the new one.