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
Having a job matrix is really useful for speeding up the total cycle time of the CI.
However, when a remote build farm already does parallel scheduling for us, GH runners, as the command and control plane consume resources and idle along.
To reduce waste, we need to collapse the command & control plane into a single resource claim (i.e. job) under these circumstances.
The log output should be designed in a way that it effectively substitutes the UI as best as possible.