Run GPU builds on-demand: add spot=false to publish.yml - #603
Merged
Conversation
cache.yml and ci.yml already pin spot=false; publish.yml was the one GPU workflow here still on RunsOn's spot default, exposed to the mid-run reclamation failure the org diagnosed in QuantEcon/meta#330. Part of finishing the rollout tracked in QuantEcon/meta#330; audit trail in QuantEcon/meta#347. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions Pages publish workflow to run GPU builds on on-demand (non-spot) runners, aligning it with the repo’s other GPU workflows and avoiding spot reclamation during long builds.
Changes:
- Add
/spot=falseto the RunsOnruns-onlabel string in.github/workflows/publish.ymlso the GPU runner is provisioned on-demand.
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.
cache.ymlandci.ymlhere already pinspot=false;publish.ymlwas the one GPU workflow still on RunsOn's spot default, exposed to the mid-run reclamation failure diagnosed in QuantEcon/meta#330.This adds
spot=falseto itsruns-onstring, completing this repo's part of the rollout tracked in QuantEcon/meta#330; the audit that found it is QuantEcon/meta#347 (item 1, as corrected).🤖 Generated with Claude Code