Remove inf1/inf2/trn1 from RunsOn default spot instance families - #275
Merged
Erik Osterman (Cloud Posse) (osterman) merged 1 commit intoAug 18, 2026
Conversation
Cloud Posse does not run inference or training workloads, so these Inferentia/Trainium accelerator families should not be in the default CI runner pool. They were swept in by the aws ec2 describe-instance-types filter used to generate this list, despite the comment above stating the intent to limit to the standard (A, C, D, H, I, M, R, T, Z) instance classes. Their AWS spot quota (L-B5D1601B, 32 vCPUs) is far smaller than the standard families' quota (L-34B43A08, 1230 vCPUs) and was found fully saturated, triggering MaxSpotInstanceCountExceeded and an expensive fallback to on-demand pricing for CI jobs that never needed accelerator hardware in the first place. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Erik Osterman (Cloud Posse) (osterman)
requested a review
from a team
as a code owner
August 18, 2026 02:49
|
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
Andriy Knysh (aknysh)
approved these changes
Aug 18, 2026
Erik Osterman (Cloud Posse) (osterman)
deleted the
osterman/runs-on-remove-inference-families
branch
August 18, 2026 03:09
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.
Summary
inf1.*,inf2.*, andtrn1.*from thefamily:allowlist in thedefaultRunsOn runner profileaws ec2 describe-instance-typesgeneration query despite the file's own comment stating the intent to limit to standard (A, C, D, H, I, M, R, T, Z) instance classesMaxSpotInstanceCountExceedederror: the Inf spot quota (L-B5D1601B) is only 32 vCPUs (vs. 1230 vCPUs for the standard family quota,L-34B43A08) and was found fully saturated, forcing CI jobs to fall back to expensive on-demand pricing for hardware they never neededTest plan
default/common/small/medium/terraform/large/xlargerunner profiles after mergeMaxSpotInstanceCountExceededno longer recurs forinf1/inf2/trn1