-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Temporarily replace macOS CI tests with ubuntu CI tests #17885
Conversation
MatrixReplace: ${{ parameters.MatrixReplace }} | ||
MatrixReplace: | ||
# Temporarily replace macOS agents with ubuntu agents because of ongoing pool capacity issues | ||
- Pool=Azure.Pipelines/azsdk-pool-mms-ubuntu-1804-general |
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.
This is damn near magic.
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.
@benbp We should actually start thinking about having some global overrides for these agents now that our generate matrix is a common template we could have it pull some config from somewhere that would allow us to potentially override things like this at a global cross language all pipelines way.
Use AuthConfig instead of EasyAuth for all public API/Document (Azure#17885)
The Azure Pipelines hosted macOS pools are currently experiencing severe capacity issues, which is causing a lot of bottlenecks for our PR/CI and release pipelines. This PR overrides all CI/client/release tests that run on mac to run on our managed ubuntu pool instead. Live tests are unaffected and will still run on the mac pool.
See https://status.dev.azure.com/_event/233282345 for details on the underlying issue.