-
Notifications
You must be signed in to change notification settings - Fork 183
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
Non-Sparse Indirect Packages #9699
Conversation
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#9699 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Scott Beddall <[email protected]>
js team needs the full (or at least MORE full) matrix as they want the indirectly changed packages to run both
node
andbrowser
tests.This code change, alone, would return them to the full matrix for indirect changes. However, I'm going to pair it with setting arguments to
IndirectFilters
to filter the full matrix down a bit to onlyUbuntu
platforms.This is in response to feedback from @jeremymeng WRT this pipeline. We need common changes to also run against browser (which it's not as evidenced by the linked PR).