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
Use strategy matrix in nightly reference test action (#4991)
Generating these in parallel on a single runner is too slow. Splitting
the job across multiple runners for each preset/fork combination, then
joining the results together, will be faster. There hasn't been a
successful run yet with the current action; it either times out or
crashes to what I believe to be an out-of-memory issue. I have fixed the
memory issue in the following PR, but it's still taking longer than 12
hours, despite numerous improvements.
* #4987
0 commit comments