You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our test build requires build.cmd/sh to complete. This is a bottleneck for our CI, without it our long poles are serialized on each other.
In order to accomplish this the test build will need to split apart the managed test build from the native test build. The native test build will happen as a separate step, that can be run right after the product build.
Note this is a larger issue tracking the end goal. The work items required to reach it are below.
Currently our test build requires build.cmd/sh to complete. This is a bottleneck for our CI, without it our long poles are serialized on each other.
In order to accomplish this the test build will need to split apart the managed test build from the native test build. The native test build will happen as a separate step, that can be run right after the product build.
Note this is a larger issue tracking the end goal. The work items required to reach it are below.
Related to
Work items
Added OS and Bit Specific tags to accordingly .csproj files. #637Change the coreclr managed test build to build platform/arch specific tests separately #34507[CI] Hoist the platform/arch independent test build into its own job #34508The text was updated successfully, but these errors were encountered: