Skip to content
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

Automatically synchronize build.rerun.io & release assets #3945

Merged
merged 6 commits into from
Oct 23, 2023

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented Oct 20, 2023

This introduces new scripts and workflows to synchronize the contents of our cloud storage (build.rerun.io) with our release assets.

This can either be run manually from a dev machine, e.g.:

python scripts/ci/sync_release_assets.py --github-release prerelease --github-token <GITHUB_TOKEN> --remove --update

or manually dispatched through the Actions interface, e.g. here.

It will run automatically as part of the pre-release process on push-to-main.


Here's how that looks today:
image


Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested demo.rerun.io (if applicable)
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG

@teh-cmc teh-cmc added 🧑‍💻 dev experience developer experience (excluding CI) ⛴ release Related to shipping or publishing include in changelog labels Oct 20, 2023
@teh-cmc teh-cmc force-pushed the cmc/py_artifacts branch 27 times, most recently from b0212ae to c4112aa Compare October 23, 2023 10:05
@teh-cmc teh-cmc force-pushed the cmc/py_artifacts branch 18 times, most recently from 9715cee to 4c39091 Compare October 23, 2023 12:35
@teh-cmc teh-cmc marked this pull request as ready for review October 23, 2023 13:04
@teh-cmc teh-cmc merged commit aec440c into main Oct 23, 2023
135 of 136 checks passed
@teh-cmc teh-cmc deleted the cmc/py_artifacts branch October 23, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) include in changelog ⛴ release Related to shipping or publishing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up rerun binary release artifacts
1 participant