-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Skip tests on internal queues too #59574
Conversation
Seems like it'd be easier and more future proof if we instead changed the |
Yeah I just got there too, testing that w/ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/pullrequest/46296 |
6e1e619
to
b50f4bb
Compare
Alright, this should be a more general-purpose solution now |
/backport to release/9.0 |
/backport to release/8.0 |
Started backporting to release/9.0: https://github.com/dotnet/aspnetcore/actions/runs/12426551923 |
Started backporting to release/8.0: https://github.com/dotnet/aspnetcore/actions/runs/12426552541 |
* Skip tests on internal too * StringComparison
We run tests on internal queues sometimes (internal PRs, IdentityModel pipeline) - anywhere we skip a test on a specific public queue, we should skip it on the internal queue too.