-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Helix] run on arm queues #11422
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
[Helix] run on arm queues #11422
Conversation
src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj
Outdated
Show resolved
Hide resolved
src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj
Outdated
Show resolved
Hide resolved
...reAD/test/FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj
Outdated
Show resolved
Hide resolved
Finally looks like helix tests are passing on arm64, marking as ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good but Helix run did not pass. Once it does, feel free to merge
<!-- arm64 queues --> | ||
<HelixAvailableTargetQueue Include="(Debian.9.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438" Platform="Linux" /> | ||
|
||
<!-- Need to resolve permission issues on this docker queue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have an issue tracking this TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj
Outdated
Show resolved
Hide resolved
src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj
Outdated
Show resolved
Hide resolved
@dougbu I see one test failure that looks like a pass on rerun, https://mc.dot.net/#/user/aspnetcore/pr~2Faspnet~2Faspnetcore/ci/20190626.58.arm64.1 shows all green https://mc.dot.net/#/user/aspnetcore/pr~2Faspnet~2Faspnetcore/ci/20190626.58.arm64.1/workItem/dotnet-user-secrets.Tests~2Fnetcoreapp3.0/wilogs took a second try |
Microsoft.Extensions.SecretManager.Tools.Tests.Microsoft.Extensions.SecretManager.Tools.Tests.SecretManagerTests.SetSecret_Update_Existing_Secret shows as failing in https://dev.azure.com/dnceng/public/_build/results?buildId=240998&view=ms.vss-test-web.build-test-results-tab despite what https://mc.dot.net/#/user/aspnetcore/pr~2Faspnet~2Faspnetcore/ci/20190626.58.arm64.1 indicates |
All green this time, merging |
Cleaned up for rebase version of #8844