-
Notifications
You must be signed in to change notification settings - Fork 4.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
Allow .NET PR build pipeline to run Analyze in-parallel with tests #14970
Comments
@pakrym does the code generation steps now always build all the packages? If so perhaps we can start doing this step in parallel and not wait to download the packages. |
The code generation step doesn't build packages but Export-API does build dlls. |
@pakrym, @weshaggard mentioned you have a PR for this already. |
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-net
that referenced
this issue
Jun 30, 2021
[Hub Generated] Review request for Microsoft.Media to add version stable/2021-06-01 Part-1 (Azure#14970) * Adds base for updating Microsoft.Media from version stable/2021-05-01 to version 2021-06-01 * Updates readme * Updates API version in new specs and examples * Update the branch with copy of all other services 2020-05-01 version files except encoding. * update AMS to 2021-06-01 Part1 (All swaggers except encoding) * fix some lint errors. * Fix an unreferenced file. * fix more linting errors * remove some unreferenced files. * Fix systemData in streamingservice * fix more linting errors * fix 404s * fix more lint errors * fix 204 issue for delete * fix definitions to use v2 common-types * remove type for the live event list list defenition * Revert "remove type for the live event list list defenition" This reverts commit 0f66253d284284037bf2c0d7a04c947d4dca7715. * removed unused definition
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the Analyze step runs after all tests steps have passed. I'm told that this was for a reason where it would download the package and use it. But now, it does build and run the generation steps so there is potential to parallelize it. So, the ask is to have Analyze run in-parallel with the Test steps. Basically, it would go: Build -> [Everything else in parallel].
The text was updated successfully, but these errors were encountered: