feat(runners): adopt experimental multi-runner contract - #656
Draft
edersonbrilhante wants to merge 8 commits into
Draft
feat(runners): adopt experimental multi-runner contract#656edersonbrilhante wants to merge 8 commits into
edersonbrilhante wants to merge 8 commits into
Conversation
Contributor
OPA/conftest tenant-isolation gateResult: passed
|
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
Mutation test critical Lambda boundariesResult: passed
Coverage: 39.67% (1215/3063 lines) Lowest-covered Lambda files
|
Contributor
Offline IaC contract testsResult: passed
Coverage: 95.15% (1470/1545 lines) Lowest-covered Lambda files
|
Contributor
Automation gate testsResult: passed
Coverage: 84.81% (670/790 lines) Lowest-covered Lambda files
|
edersonbrilhante
force-pushed
the
use-experimental-multi-runner-v2
branch
from
August 13, 2026 19:42
0f93c83 to
d8cbff1
Compare
Contributor
OpenTofu module tests (latest-stable)Result: passed OpenTofu version:
|
Contributor
OpenTofu module tests (minimum-supported)Result: passed OpenTofu version:
|
edersonbrilhante
force-pushed
the
use-experimental-multi-runner-v2
branch
from
August 15, 2026 02:15
a4cd1b0 to
bfe54bf
Compare
5 tasks
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
Adopt the upstream canonical experimental multi-runner contract for Forge EC2 runners. Forge now selects the v2 path through
experimental.multi_runner_config, supplies shared settings through the experimental global blocks, and models each EC2 lane ascompute_provider.aws.ec2.The integration carries Forge's existing GitHub App, VPC/subnet, Lambda artifact and networking, webhook, SSM, observability, AMI update, tags, and runner hook settings into the canonical contract. The public Forge schemas, tenant examples, outputs, generated docs, and contract tests are updated with the same shape.
The mutable upstream branch resolved to
5df01674d21d12b4de01ae15136fff15d33a58d2during final validation. Forge continues to use the stablev7.10.1Lambda artifacts, so this PR remains draft while the experimental Terraform integration is reviewed.Type of Change
Testing
tofu init -upgrade -backend=falseforec2_deploymentandforge_runnerstofu validate -no-colorfor both modulestofu test -no-color:ec2_deployment3/3 andforge_runners2/2tflint --disable-rule=terraform_required_providers --no-colorfor both modulesterraform-docs --output-checkfor both generated READMEs