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 windows_testing.py runs the Windows tests as single monolithic units split up only by the toolchain version - this has also led to windows tests being the longest running test units in the CI.
Splitting them up would allow more parallelization to take place in a single CI run if/when we add more Windows executors, and thus increase our options for speeding up the CI.
The text was updated successfully, but these errors were encountered:
Currently
windows_testing.py
runs the Windows tests as single monolithic units split up only by the toolchain version - this has also led to windows tests being the longest running test units in the CI.Splitting them up would allow more parallelization to take place in a single CI run if/when we add more Windows executors, and thus increase our options for speeding up the CI.
The text was updated successfully, but these errors were encountered: