-
Notifications
You must be signed in to change notification settings - Fork 55
Run proving in ephemeral spot instance #386
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
Open
maciejka
wants to merge
41
commits into
10-09-drive_proving_with_rust_wip
Choose a base branch
from
10-14-run_proving_in_ephemeral_spot_instance
base: 10-09-drive_proving_with_rust_wip
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Run proving in ephemeral spot instance #386
maciejka
wants to merge
41
commits into
10-09-drive_proving_with_rust_wip
from
10-14-run_proving_in_ephemeral_spot_instance
Conversation
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
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
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