Run proving in ephemeral spot instance#386
Open
maciejka wants to merge 41 commits into10-09-drive_proving_with_rust_wipfrom
Open
Run proving in ephemeral spot instance#386maciejka wants to merge 41 commits into10-09-drive_proving_with_rust_wipfrom
maciejka wants to merge 41 commits into10-09-drive_proving_with_rust_wipfrom
Conversation
This was referenced Oct 14, 2025
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merged
9165e95 to
67fc275
Compare
….com:starkware-bitcoin/raito into 10-14-run_proving_in_ephemeral_spot_instance
….com:starkware-bitcoin/raito into 10-14-run_proving_in_ephemeral_spot_instance
1aa6334 to
e73f13e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add GCP Spot VM scripts for running proofs
This PR adds a set of scripts to run
raito-assumevalidproving jobs on Google Cloud Platform Spot VMs, which can be more cost-effective for compute-intensive tasks.The scripts include:
Dockerfilefor building a minimal container with just theraito-assumevalidbinaryconfig.shwith centralized configuration options (machine type, region, etc.)build_image.shto build and push the container to Artifact Registrylaunch_spot.shto create a Spot VM running the containerlogs.shto stream container logs from the VMcleanup.shto delete the VM when doneprove_once.shto orchestrate the entire workflow