Speed up web build on PRs #4278
Labels
🧑💻 dev experience
developer experience (excluding CI)
🚢 CI
🕸️ web
regarding running the viewer in a browser
We currently have to wait quite a while for the web demo to build (~10 minutes), because it requires building fresh wheels and rrd files, on top of building the web app.
Most PRs do not create an incompatibility with the existing rrd files, so we should be able to default to the ones on
version/nightly
, and completely skip building wheels + rrd files on these PRs. This would cut the time until you have a build of the web app for your PR in half, down to roughly 5 minutes.For PRs that may break the rrd files, we should have a new
@rerun-bot
command, which enables the wheel build + associated tests for the PR when placed in either the PR body or a comment.The text was updated successfully, but these errors were encountered: