-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload web viewer to a bucket #1606
Conversation
Co-authored-by: Jeremy Leibs <[email protected]>
Test by putting the following url in your browser: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but I'll add a manual trigger now, hold on :)
I'm also thinking that this should be either a separate action file or depend on the other jobs to ensure that we're not uploading something that didn't pass testing 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added manual trigger, plz check
Didn't check if this happens yet but we should make sure these are all put under versioned paths |
952fab0
to
d34609b
Compare
d34609b
to
075db89
Compare
Each merge to
main
will produce a web-viewer which is pushed to a google cloud bucket, which can be tested with:https://storage.googleapis.com/rerun-web-viewer/web_viewer/index.html?url=https://storage.googleapis.com/rerun-example-rrd/test-rrd/fiat.rrd
Part of #1494
Checklist