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
Builds are currently divided by platform (Pi 1, 2, 3, 4 & x86).
The build process can further be optimized by splitting image builds (per service) into separate jobs (via matrices), where service$$\epsilon$${server, celery, redis, websocket, nginx, viewer, wifi-connect}.
This means that there will be a total of 5 x 7 = 35 concurrent image build jobs running, in theory.
Yes, but i think we would gain a lot more by just optimizing caching. We could do both of these in parallel of course, but it should be highly cacheable.
Overview
service
{server, celery, redis, websocket, nginx, viewer, wifi-connect}
.The text was updated successfully, but these errors were encountered: