fix(runners): mac2 + no N+1, retain dedicated host (auto-release-host=false) - #1121
Merged
Merged
Conversation
shashank-boyapally
previously approved these changes
Sep 10, 2026
…eeping mac2 + no N+1 We revert the mac-m4 switch (#1117) and the N+1/launch-before-terminate capacity change (#1113) and the mac-15-arm desired reduction (#1115) to match available dedicated hosts, but RETAIN the dedicated host (auto-release-host=false) so a replacement instance relaunches onto the same held host instead of re-allocating a scarce Mac host. Net: mac2.metal, maxCapacity=desired, minInstancesInService=0, auto-release-host=false, mac-15-arm desired=2. Signed-off-by: Arjun Yogidas <arjunry@amazon.com>
coderbirju
force-pushed
the
revert-mac-capacity-changes
branch
from
September 10, 2026 00:35
106f6f8 to
4fe1360
Compare
smandhada16
approved these changes
Sep 10, 2026
shashank-boyapally
approved these changes
Sep 10, 2026
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.
Net state
Reverts the mac-m4 switch (#1117), the N+1 / launch-before-terminate capacity change (#1113), and the mac-finch-15-arm desired reduction (#1115) to match available dedicated hosts — but retains the dedicated host so a replacement instance relaunches onto the same held host instead of re-allocating a scarce Mac dedicated host.
Final net config vs
main:mac2.metal(MAC2/METAL) — not mac-m4props.type.desiredInstances— no N+10false— retain host (unchanged vs main, which already had false; kept intentionally)2allowed-host-families, nomac-m4Only 3 files change vs main:
lib/asg-runner-stack.ts,config/runner-config.json,test/asg-runner-stack.test.ts. WSL pin (#1114) etc. untouched.