Deploy tool: cache build artifacts in Vercel Blob by commit hash#954
Deploy tool: cache build artifacts in Vercel Blob by commit hash#954DimitrijeDragasevic wants to merge 8 commits intomainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Missing a version bump for |
|
Also linking the workflow runs related to the testing in this PR could be useful for future reference |
07ab5f8 to
b4b79db
Compare
SlayerAnsh
left a comment
There was a problem hiding this comment.
version.json file missing from uploaded artifacts. We will need that to map version with wasm files
Title
Deploy tool: cache build artifacts in Vercel Blob by commit hash
Summary
version_map.jsonif they already exist for the current commit.Motivation
What changed
<commit_hash>/artifacts/.wasmandversion_map.jsonto<commit_hash>/<filename><commit_hash>/“folder” (prefix) on Vercel.artifacts/and deploy (no build).How it works
git rev-parse HEAD(trimmed).<commit_hash>/.artifacts/(filenames preserved).validate::run()→build::run()..wasm+version_map.jsonto<commit_hash>/....Environment / Secrets
VERCEL_BLOB_READ_WRITE_TOKEN.DEPLOYMENT_CHAIN,DEPLOYMENT_KERNEL_ADDRESS,DEPLOY_OS,DEPLOY_CONTRACTS.Testing
<commit_hash>/....artifacts/, deploy (no build).Checklist
version_map.jsonaligned