Skip to content

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

Merged
teh-cmc merged 6 commits intomainfrom
cmc/py_artifacts
Oct 23, 2023
Merged

Automatically synchronize build.rerun.io & release assets#3945
teh-cmc merged 6 commits intomainfrom
cmc/py_artifacts

Conversation

@teh-cmc
Copy link
Copy Markdown
Contributor

@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
@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