feat(microvm): wire MicroVM provider in multi-runner module - #5363
Merged
edersonbrilhante merged 31 commits intoSep 18, 2026
Merged
edersonbrilhante merged 31 commits into
edersonbrilhante merged 31 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 4, 2026 12:37
e32163b to
dc79273
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 4, 2026 12:38
81842a0 to
ee4f4b9
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 4, 2026 18:12
dc79273 to
a2241fd
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 4, 2026 18:14
ee4f4b9 to
962a32f
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 4, 2026 19:26
a2241fd to
61f8222
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 4, 2026 19:37
962a32f to
615f72f
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 11:16
61f8222 to
fc1399b
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 11:17
4b65ede to
d80d308
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 11:21
fc1399b to
6e1d3c7
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 11:26
6b2f3f2 to
b62932c
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 13:43
6e1d3c7 to
560031d
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 15:53
560031d to
5ce34c2
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 15:58
b62932c to
9635647
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 19:09
5ce34c2 to
9d2f891
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 19:09
cee51d1 to
8c311c2
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 19:32
9d2f891 to
225ddde
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 19:32
8c311c2 to
5329a1e
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 19:43
225ddde to
fbe499b
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 8, 2026 19:43
5329a1e to
55c805a
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 10, 2026 10:18
fbe499b to
ec82860
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 10, 2026 10:21
1d88208 to
61f7fd7
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 17, 2026 17:33
a14acac to
051443c
Compare
edersonbrilhante
force-pushed
the
microvm-integration-independent
branch
from
September 17, 2026 17:33
a883c76 to
f1afd78
Compare
edersonbrilhante
removed this pull request from stack #5435
September 17, 2026 17:35
edersonbrilhante
added this pull request to stack #5438
September 17, 2026 18:35
edersonbrilhante
removed this pull request from stack #5438
September 17, 2026 18:36
edersonbrilhante
added this pull request to stack #5439
September 17, 2026 18:37
edersonbrilhante
removed this pull request from stack #5439
September 17, 2026 18:37
edersonbrilhante
added this pull request to stack #5440
September 17, 2026 18:38
edersonbrilhante
removed this pull request from stack #5440
September 18, 2026 12:40
edersonbrilhante
marked this pull request as ready for review
September 18, 2026 12:41
edersonbrilhante
merged commit Sep 18, 2026
ff90c06
into
microvm-provider-independent
46 of 51 checks passed
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
Integrates the Lambda MicroVM compute provider into the experimental multi-runner and runner-config contracts on top of #5362.
compute_provider.aws.microvmsettings and precedence resolution.multi_runner_configschema and keeps MicroVM lanes out of EC2 binary synchronization.Test Plan
git diff --checkRelated Issues
Depends on #5362. Follow-up foundation example: #5377.