feat(examples): demonstrate scale-set orchestration - #5378
Draft
edersonbrilhante wants to merge 2 commits into
Draft
feat(examples): demonstrate scale-set orchestration#5378edersonbrilhante wants to merge 2 commits into
edersonbrilhante wants to merge 2 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
feat-scale-set-example
branch
from
September 4, 2026 21:31
cfe6d39 to
9be7d90
Compare
edersonbrilhante
marked this pull request as draft
September 4, 2026 21:37
edersonbrilhante
marked this pull request as ready for review
September 4, 2026 21:37
edersonbrilhante
marked this pull request as draft
September 4, 2026 21:38
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.
Description
Adds a
multi-runner-scale-setexample for the experimental multi-runner v2 interface. One deployment now demonstrates four lanes: Linux ARM64 webhook runners, ephemeral Linux x64 webhook runners with job retry, Linux x64 GitHub Actions scale-set runners, and Windows x64 webhook runners.Shared V2 defaults place the VPC, subnets, Lambda architecture, and EC2 runner-binary settings in the global provider configuration. Each lane then supplies its own matcher, lifecycle, instance-type, and AMI overrides. The scale-set lane uses
orchestration_provider.scale_set, reads its GitHub installation ID from the configured SSM parameter, and shares the global scale-set controller network. The example is also added to the Terraform verification matrix and documentation navigation.Test Plan
terraform fmt -check -recursive.terraform init -backend=false.terraform validate.Related Issues