fix(multi-runner): route v1 and v2 runners separately - #5346
Open
edersonbrilhante wants to merge 2 commits into
Open
fix(multi-runner): route v1 and v2 runners separately#5346edersonbrilhante 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
fix-multi-runner-v2-routing
branch
from
September 3, 2026 20:02
797e0a6 to
52aefba
Compare
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 3, 2026 20:05
819ba57 to
9777da9
Compare
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 3, 2026 20:20
9777da9 to
00c76ce
Compare
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 3, 2026 21:19
00c76ce to
01c4a78
Compare
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 3, 2026 21:40
01c4a78 to
5b2fbf4
Compare
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 3, 2026 21:52
5b2fbf4 to
afc760b
Compare
This was referenced Sep 4, 2026
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 4, 2026 17:59
afc760b to
e17ae16
Compare
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
runner-configmodule consumer for v2 runner configurations.module.runnersinstances whenlocal.use_v2_configis true.runners_map_v2.This follow-up is based on #5345 and targets its branch.
Test Plan
terraform fmtpassed for all changed files.modules/multi-runner.terraform validateand the filtered routing test were attempted, but the downloaded native AWS, Null, and Random providers failed plugin handshake on macOS arm64.iam_overridesdeclaration atmodules/multi-runner/variables.tf:835.Related Issues
Depends on #5345