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
Right now our CI is basically "can we build every bitfile target cobble sees". This means that our minimum lap time is ~45 minutes while we build everything. I think there are a couple of layers to attack here.
Don't build every single bitfile for PRs and main. We should have a list of targets we actually want built (ignition targets, Sidecar controller, Gimlet Sequencer, QSFP controller). Others that are non-product focused should not get built every time. This would let us keep their targets around.
Leverage the build system to not rebuild things that were not impacted by a change.
The text was updated successfully, but these errors were encountered:
Right now our CI is basically "can we build every bitfile target cobble sees". This means that our minimum lap time is ~45 minutes while we build everything. I think there are a couple of layers to attack here.
main
. We should have a list of targets we actually want built (ignition targets, Sidecar controller, Gimlet Sequencer, QSFP controller). Others that are non-product focused should not get built every time. This would let us keep their targets around.The text was updated successfully, but these errors were encountered: